org.apache.tools.ant.taskdefs.optional.j2ee
public interface HotDeploymentTool
See Also: AbstractHotDeploymentTool ServerDeploy
| Field Summary | |
|---|---|
| String | ACTION_DELETE The delete action String * |
| String | ACTION_DEPLOY The deploy action String * |
| String | ACTION_LIST The list action String * |
| String | ACTION_UNDEPLOY The undeploy action String * |
| String | ACTION_UPDATE The update action String * |
| Method Summary | |
|---|---|
| void | deploy()
Perform the actual deployment. |
| void | setTask(ServerDeploy task)
Sets the parent task. |
| void | validateAttributes()
Validates the passed in attributes. |
Throws: org.apache.tools.ant.BuildException if the attributes are invalid or incomplete.
Parameters: task A ServerDeploy object representing the parent task.
Throws: org.apache.tools.ant.BuildException if the attributes are invalid or incomplete.