Method Summary |
|
public void | addFileset(FileSet fileset) Adds a fileset. |
public void | execute() |
public String | getCommands() Returns the list of commands. |
public String | getHandling() Returns the name of the handling that is used. |
public String | getJcdAlias() Returns the alias of the jdbc connection. |
public String | getPropertiesFile() Returns the properties file. |
public String | getWorkDir() Returns the working directory. |
public void | setCommands(String listOfCommands) Sets the list of commands to perform. |
public void | setHandling(String name) Sets the name of the handling to use. |
public void | setJcdAlias(String alias) Sets the alias of the jdbc connection to use. |
public void | setPropertiesFile(String path) Sets the properties file (OJB.properties). |
public void | setWorkDir(String dir) Sets the working directory. |