FileDocCategorySizeDatePackage
HotDeploymentTool.javaAPI DocApache Ant 1.702113Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.taskdefs.optional.j2ee

HotDeploymentTool

public interface HotDeploymentTool
An interface for vendor-specific "hot" deployment tools.
see
org.apache.tools.ant.taskdefs.optional.j2ee.AbstractHotDeploymentTool
see
org.apache.tools.ant.taskdefs.optional.j2ee.ServerDeploy

Fields 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
Constructors Summary
Methods Summary
public voiddeploy()
Perform the actual deployment.

exception
org.apache.tools.ant.BuildException if the attributes are invalid or incomplete.

public voidsetTask(ServerDeploy task)
Sets the parent task.

param
task A ServerDeploy object representing the parent task.

public voidvalidateAttributes()
Validates the passed in attributes.

exception
org.apache.tools.ant.BuildException if the attributes are invalid or incomplete.