org.apache.tools.ant.taskdefs.optional.j2ee
Interface HotDeploymentTool
- AbstractHotDeploymentTool, GenericHotDeploymentTool, JonasHotDeploymentTool, WebLogicHotDeploymentTool
public interface HotDeploymentTool
An interface for vendor-specific "hot" deployment tools.
ACTION_DELETE
public static final String ACTION_DELETE
The delete action String *
ACTION_DEPLOY
public static final String ACTION_DEPLOY
The deploy action String *
ACTION_LIST
public static final String ACTION_LIST
The list action String *
ACTION_UNDEPLOY
public static final String ACTION_UNDEPLOY
The undeploy action String *
ACTION_UPDATE
public static final String ACTION_UPDATE
The update action String *
deploy
public void deploy()
throws BuildException
Perform the actual deployment.
setTask
public void setTask(ServerDeploy task)
Sets the parent task.
task
- A ServerDeploy object representing the parent task.
validateAttributes
public void validateAttributes()
throws BuildException
Validates the passed in attributes.