org.apache.geronimo.deployment.cli
Class CommandInstallCAR

java.lang.Object
  extended by org.apache.geronimo.deployment.cli.AbstractCommand
      extended by org.apache.geronimo.deployment.cli.CommandInstallCAR
All Implemented Interfaces:
DeployCommand

public class CommandInstallCAR
extends AbstractCommand

The CLI deployer logic to start.


Constructor Summary
CommandInstallCAR()
           
CommandInstallCAR(String command, String group, String helpArgumentList, String helpText)
           
 
Method Summary
 void execute(PrintWriter out, ServerConnection connection, String[] args)
           
 
Methods inherited from class org.apache.geronimo.deployment.cli.AbstractCommand
emit, getCommandGroup, getCommandName, getHelpArgumentList, getHelpText, identifyTargets, isLocalOnly, isMultipleTargets, setOut, waitForProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandInstallCAR

public CommandInstallCAR()

CommandInstallCAR

public CommandInstallCAR(String command,
                         String group,
                         String helpArgumentList,
                         String helpText)
Method Detail

execute

public void execute(PrintWriter out,
                    ServerConnection connection,
                    String[] args)
             throws org.apache.geronimo.common.DeploymentException
Throws:
org.apache.geronimo.common.DeploymentException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.