public interface HotDeploymentTool
AbstractHotDeploymentTool, 
ServerDeploy| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | ACTION_DELETEThe delete action String | 
| static java.lang.String | ACTION_DEPLOYThe deploy action String | 
| static java.lang.String | ACTION_LISTThe list action String | 
| static java.lang.String | ACTION_UNDEPLOYThe undeploy action String | 
| static java.lang.String | ACTION_UPDATEThe update action String | 
| Modifier and Type | Method and Description | 
|---|---|
| void | deploy()Perform the actual deployment. | 
| void | setTask(ServerDeploy task)Sets the parent task. | 
| void | validateAttributes()Validates the passed in attributes. | 
static final java.lang.String ACTION_DELETE
static final java.lang.String ACTION_DEPLOY
static final java.lang.String ACTION_LIST
static final java.lang.String ACTION_UNDEPLOY
static final java.lang.String ACTION_UPDATE
void validateAttributes()
                 throws BuildException
BuildException - if the attributes are invalid or incomplete.void deploy()
     throws BuildException
BuildException - if the attributes are invalid or incomplete.void setTask(ServerDeploy task)
task - A ServerDeploy object representing the parent task.