Method Summary |
|
public Commandline.Argument | createArg() Add a nested argument element to hand to the deployment tool; optional.
A Commandline.Argument object representing thecommand line argument being passed when the deploymenttool is run. |
public Commandline.Argument | createJvmarg() Add a nested argment element to hand to the JVM running the
deployment tool.
Creates a nested arg element.
A Commandline.Argument object representing theJVM command line argument being passed when the deploymenttool is run. |
public void | deploy() Perform the actual deployment. |
public String | getClassName() Get the classname attribute. |
public Java | getJava() get the java attribute. |
protected boolean | isActionValid() Determines if the "action" attribute defines a valid action. |
public void | setClassName(String className) The name of the class to execute to perfom
deployment; required. |
public void | setTask(ServerDeploy task) Sets the parent task. |
public void | validateAttributes() Validates the passed in attributes. |