Public Member Functions | |
| void | addGeneric (GenericHotDeploymentTool tool) |
| void | addWeblogic (WebLogicHotDeploymentTool tool) |
| void | addJonas (JonasHotDeploymentTool tool) |
| void | execute () throws BuildException |
| String | getAction () |
| void | setAction (String action) |
| File | getSource () |
| void | setSource (File source) |
org.apache.tools.ant.taskdefs.optional.j2ee.AbstractHotDeploymentTool
org.apache.tools.ant.taskdefs.optional.j2ee.GenericHotDeploymentTool
org.apache.tools.ant.taskdefs.optional.j2ee.WebLogicHotDeploymentTool
Definition at line 36 of file ServerDeploy.java.
|
|
Creates a generic deployment tool. Ant calls this method on creation to handle embedded "generic" elements in the ServerDeploy task.
Definition at line 64 of file ServerDeploy.java. |
|
|
Creates a JOnAS deployment tool, for deployment to JOnAS servers. Ant calls this method on creation to handle embedded "jonas" elements in the ServerDeploy task.
Definition at line 82 of file ServerDeploy.java. References org.objectweb.jonas.ant.JonasHotDeploymentTool.setTask(). |
Here is the call graph for this function:

|
|
Creates a WebLogic deployment tool, for deployment to WebLogic servers. Ant calls this method on creation to handle embedded "weblogic" elements in the ServerDeploy task.
Definition at line 73 of file ServerDeploy.java. |
|
|
Execute the task.
This method calls the deploy() method on each of the vendor-specific tools in the
Definition at line 101 of file ServerDeploy.java. References org.objectweb.jonas.ant.HotDeploymentTool.deploy(), and org.objectweb.jonas.ant.HotDeploymentTool.validateAttributes(). |
Here is the call graph for this function:

|
|
Returns the action field.
Definition at line 119 of file ServerDeploy.java. Referenced by org.objectweb.jonas.ant.JonasHotDeploymentTool.deploy(), org.objectweb.jonas.ant.JonasHotDeploymentTool.isActionValid(), and org.objectweb.jonas.ant.JonasHotDeploymentTool.validateAttributes(). |
|
|
Returns the source field (the path/filename of the component to be deployed.
Definition at line 138 of file ServerDeploy.java. Referenced by org.objectweb.jonas.ant.JonasHotDeploymentTool.deploy(). |
|
|
The action to be performed, usually "deploy"; required. Some tools support additional actions, such as "delete", "list", "undeploy", "update"...
Definition at line 129 of file ServerDeploy.java. |
|
|
The filename of the component to be deployed; optional depending upon the tool and the action.
Definition at line 147 of file ServerDeploy.java. |
1.3.9.1