com.caucho.boot
Class ConfigUndeployCommand

java.lang.Object
  extended by com.caucho.boot.AbstractBootCommand
      extended by com.caucho.boot.AbstractRemoteCommand
          extended by com.caucho.boot.AbstractRepositoryCommand
              extended by com.caucho.boot.ConfigUndeployCommand
All Implemented Interfaces:
BootCommand

public class ConfigUndeployCommand
extends AbstractRepositoryCommand


Constructor Summary
ConfigUndeployCommand()
           
 
Method Summary
 int doCommand(com.caucho.boot.WatchdogArgs args, com.caucho.boot.WatchdogClient client, WebAppDeployClient deployClient)
           
 java.lang.String getDescription()
           
protected  void initBootOptions()
           
 boolean isDefaultArgsAccepted()
           
 
Methods inherited from class com.caucho.boot.AbstractRepositoryCommand
doCommand, getDeployClient
 
Methods inherited from class com.caucho.boot.AbstractRemoteCommand
createBamClient
 
Methods inherited from class com.caucho.boot.AbstractBootCommand
addFlagOption, addIntValueOption, addOption, addOption, addSpacerOption, addSubsectionHeaderOption, addValueOption, addValueOption, doCommand, doWatchdogStart, findClient, findLocalClient, findLocalClientImpl, findNamedClient, findNamedClientImpl, findUniqueLocalClient, findWatchdogClient, findWatchdogClientImpl, getName, getOptionUsage, getUsageArgs, isConsole, isFlag, isIntValueOption, isProOnly, isRemote, isRetry, isShutdown, isStart, isStartAll, isValueOption, toString, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigUndeployCommand

public ConfigUndeployCommand()
Method Detail

initBootOptions

protected void initBootOptions()
Overrides:
initBootOptions in class AbstractRepositoryCommand

isDefaultArgsAccepted

public boolean isDefaultArgsAccepted()
Specified by:
isDefaultArgsAccepted in interface BootCommand
Overrides:
isDefaultArgsAccepted in class AbstractBootCommand

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface BootCommand
Overrides:
getDescription in class AbstractBootCommand

doCommand

public int doCommand(com.caucho.boot.WatchdogArgs args,
                     com.caucho.boot.WatchdogClient client,
                     WebAppDeployClient deployClient)
Specified by:
doCommand in class AbstractRepositoryCommand