Perform the actual deployment. It's up to the subclasses to implement the
actual behavior.
exception: org.apache.tools.ant.BuildException - if the attributes areinvalid or incomplete.
Sets the parent task.
Parameters: task - a ServerDeploy object representing the parent task.
validateAttributes
public void validateAttributes() throws BuildException(Code)
Validates the passed in attributes. Subclasses should chain to this
super-method to insure validation of boilerplate attributes.
Only the
"action" attribute is required in the base class. Subclasses should check
attributes accordingly.
exception: org.apache.tools.ant.BuildException - if the attributes areinvalid or incomplete.
Methods inherited from org.objectweb.jonas.ant.BootstrapTask