| java.lang.Object org.apache.geronimo.deployment.cli.DeployTool
DeployTool | public class DeployTool implements Main(Code) | | The main class for the CLI deployer. Handles chunking the input arguments
and formatting help text and maintaining the list of individual commands.
Uses a ServerConnection to handle the server connection and arguments, and
a list of DeployCommands to manage the details of the various available
commands.
Returns 0 normally, or 1 of any exceptions or error messages were generated
(whether for syntax or other failure).
version: $Rev: 597690 $ $Date: 2007-11-23 07:43:02 -0800 (Fri, 23 Nov 2007) $ |
Constructor Summary | |
public | DeployTool(Kernel kernel, DeploymentFactory deploymentFactory) |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
GBEAN_REF_DEPLOYMENT_FACTORY | final public static String GBEAN_REF_DEPLOYMENT_FACTORY(Code) | | |
DeployTool | public DeployTool(Kernel kernel, DeploymentFactory deploymentFactory)(Code) | | |
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
|
|