org.apache.geronimo.deployment.cli
Class CommandUndeploy

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

public class CommandUndeploy
extends CommandStart

the CLI deployer logic to undeploy.


Constructor Summary
CommandUndeploy()
           
 
Method Summary
protected  String getAction()
           
protected  ProgressObject runCommand(jline.ConsoleReader out, DeploymentManager mgr, TargetModuleID[] ids)
           
 
Methods inherited from class org.apache.geronimo.deployment.cli.CommandStart
execute
 
Methods inherited from class org.apache.geronimo.deployment.cli.AbstractCommand
emit, identifyTargets, isLocalOnly, isMultipleTargets, waitForProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandUndeploy

public CommandUndeploy()
Method Detail

runCommand

protected ProgressObject runCommand(jline.ConsoleReader out,
                                    DeploymentManager mgr,
                                    TargetModuleID[] ids)
Overrides:
runCommand in class CommandStart

getAction

protected String getAction()
Overrides:
getAction in class CommandStart


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.