com.caucho.boot
Class PasswordGenerateCommand
java.lang.Object
com.caucho.boot.AbstractBootCommand
com.caucho.boot.PasswordGenerateCommand
- All Implemented Interfaces:
- BootCommand
public class PasswordGenerateCommand
- extends AbstractBootCommand
Command to stop Resin server
bin/resin.sh status -server a
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 |
PasswordGenerateCommand
public PasswordGenerateCommand()
initBootOptions
protected void initBootOptions()
- Overrides:
initBootOptions
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)
throws BootArgumentException
- Overrides:
doCommand
in class AbstractBootCommand
- Throws:
BootArgumentException
getUsageArgs
public java.lang.String getUsageArgs()
- Overrides:
getUsageArgs
in class AbstractBootCommand
isDefaultArgsAccepted
public boolean isDefaultArgsAccepted()
- Specified by:
isDefaultArgsAccepted
in interface BootCommand
- Overrides:
isDefaultArgsAccepted
in class AbstractBootCommand