com.caucho.boot
Class DeployCommand

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
All Implemented Interfaces:
BootCommand
Direct Known Subclasses:
WebAppDeployCommand

public class DeployCommand
extends AbstractDeployCommand


Constructor Summary
DeployCommand()
           
 
Method Summary
protected  CommitBuilder createCommitBuilder(com.caucho.boot.WatchdogArgs args, Path path)
           
protected  Path getDeployPath(com.caucho.boot.WatchdogArgs args)
           
 java.lang.String getDescription()
           
 java.lang.String getUsageArgs()
           
protected  void 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

DeployCommand

public DeployCommand()
Method Detail

initBootOptions

protected void initBootOptions()
Overrides:
initBootOptions in class AbstractDeployCommand

getDescription

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

getDeployPath

protected Path getDeployPath(com.caucho.boot.WatchdogArgs args)
Overrides:
getDeployPath in class AbstractDeployCommand

createCommitBuilder

protected CommitBuilder createCommitBuilder(com.caucho.boot.WatchdogArgs args,
                                            Path path)
Specified by:
createCommitBuilder in class AbstractDeployCommand

getUsageArgs

public java.lang.String getUsageArgs()
Overrides:
getUsageArgs in class AbstractDeployCommand