Package org.openbravo.erpCommon.modules
Class ApplyModuleTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.openbravo.dal.core.DalInitializingTask
-
- org.openbravo.erpCommon.modules.ApplyModuleTask
-
- All Implemented Interfaces:
Cloneable
public class ApplyModuleTask extends DalInitializingTask
Ant task for ApplyModule class
-
-
Field Summary
-
Fields inherited from class org.openbravo.dal.core.DalInitializingTask
propertiesFile, userId
-
-
Constructor Summary
Constructors Constructor Description ApplyModuleTask()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doExecute()
The method which should be implemented by the subclassvoid
execute()
Performs Dal layer initialization and then calls the doExecute method.static void
main(String[] args)
void
setForceRefData(boolean forceRefData)
void
setObDir(String obDir)
-
Methods inherited from class org.openbravo.dal.core.DalInitializingTask
getPropertiesFile, getProviderConfigDirectory, getUserId, isAdminMode, isReInitializeModel, setAdminMode, setPropertiesFile, setProviderConfigDirectory, setReInitializeModel, setUserId
-
Methods 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, setTaskType
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
execute
public void execute()
Description copied from class:DalInitializingTask
Performs Dal layer initialization and then calls the doExecute method.- Overrides:
execute
in classDalInitializingTask
-
doExecute
public void doExecute()
Description copied from class:DalInitializingTask
The method which should be implemented by the subclass- Overrides:
doExecute
in classDalInitializingTask
-
setObDir
public void setObDir(String obDir)
-
setForceRefData
public void setForceRefData(boolean forceRefData)
-
-