Package org.openbravo.configuration
Class ConfigurationApp
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.openbravo.configuration.ConfigurationApp
-
- All Implemented Interfaces:
Cloneable
public class ConfigurationApp extends org.apache.tools.ant.Task
ConfigurationApp configure Openbravo.properties. Besides creates some files from their respective templates. If this process ends successfully and all the details are correct, the environment will be ready for the ant install.source. *execute() method is invoke by ant setup task.- Author:
- inigosanchez
-
-
Constructor Summary
Constructors Constructor Description ConfigurationApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
This is the main method that is invoked by ant setup task.void
setAcceptLicense(boolean acceptLicense)
void
setNonInteractive(boolean nonInteractive)
-
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
-
-