Package de.hybris.ant.taskdefs.init
Class TypeSystemUpdaterTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
de.hybris.ant.taskdefs.init.AbstractInitUpdateTask
de.hybris.ant.taskdefs.init.TypeSystemUpdaterTask
- All Implemented Interfaces:
Cloneable
Executes system update either in dry run mode or against Database.
-
Field Summary
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapperFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteSchemaGenerator(HybrisSchemaGenerator schemaGenerator) Executes appropriate HybrisSchemaGenerator method like initialize or update.voidsetScriptNames(HybrisSchemaGenerator schemaGenerator) Setups script names for HybrisSchemaGenerator need by initialization or update.Methods inherited from class de.hybris.ant.taskdefs.init.AbstractInitUpdateTask
execute, getDdlFilePath, getDescription, getDmlFilePath, getTenantId, isDryRun, setDdlFilePath, setDmlFilePath, setDryRun, setTenantIdMethods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponent
clone, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
TypeSystemUpdaterTask
public TypeSystemUpdaterTask()
-
-
Method Details
-
executeSchemaGenerator
Description copied from class:AbstractInitUpdateTaskExecutes appropriate HybrisSchemaGenerator method like initialize or update.- Specified by:
executeSchemaGeneratorin classAbstractInitUpdateTask
-
setScriptNames
Description copied from class:AbstractInitUpdateTaskSetups script names for HybrisSchemaGenerator need by initialization or update.- Specified by:
setScriptNamesin classAbstractInitUpdateTask- Throws:
Exception
-