Package de.hybris.ant.taskdefs.init
Class TypeSystemInitializerTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
de.hybris.ant.taskdefs.init.AbstractInitUpdateTask
de.hybris.ant.taskdefs.init.TypeSystemInitializerTask
- All Implemented Interfaces:
Cloneable
Executes system initialization 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.voidsetDdlDropFilePath(File ddlDropFilePath) 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
-
TypeSystemInitializerTask
public TypeSystemInitializerTask()
-
-
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
-
setDdlDropFilePath
-
getDdlDropFilePath
-