Class 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
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.Task

        target, taskName, taskType, wrapper
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • 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
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
    • Constructor Detail

      • ConfigurationApp

        public ConfigurationApp()
    • Method Detail

      • execute

        public void execute()
        This is the main method that is invoked by ant setup task.
        Overrides:
        execute in class org.apache.tools.ant.Task
      • setNonInteractive

        public void setNonInteractive​(boolean nonInteractive)
      • setAcceptLicense

        public void setAcceptLicense​(boolean acceptLicense)