com.caucho.boot
Class WebAppDeployCommand

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.AbstractDeployCommand
                  extended by com.caucho.boot.DeployCommand
                      extended by com.caucho.boot.WebAppDeployCommand
All Implemented Interfaces:
BootCommand

public class WebAppDeployCommand
extends DeployCommand


Constructor Summary
WebAppDeployCommand()
           
 
Method Summary
 
Methods inherited from class com.caucho.boot.DeployCommand
createCommitBuilder, getDeployPath, getDescription, getUsageArgs, initBootOptions
 
Methods inherited from class com.caucho.boot.AbstractDeployCommand
deploy, doCommand, 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, 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

WebAppDeployCommand

public WebAppDeployCommand()