public class StartWithForegroundCommand extends AbstractStartCommand
| Constructor and Description |
|---|
StartWithForegroundCommand() |
| Modifier and Type | Method and Description |
|---|---|
int |
doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient client) |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
boolean |
isRetry() |
doCommand, doWatchdogStart, findLocalClient, findNamedClient, findWatchdogClient, getServerUsageArg, initBootOptionsaddFlagOption, addIntValueOption, addOption, addOption, addSpacerOption, addSubsectionHeaderOption, addValueOption, addValueOption, findClient, findLocalClientImpl, findNamedClientImpl, findUniqueLocalClient, findWatchdogClientImpl, getOptionUsage, getUsageArgs, isConsole, isDefaultArgsAccepted, isFlag, isIntValueOption, isProOnly, isRemote, isShutdown, isStart, isStartAll, isValueOption, toString, usagepublic java.lang.String getName()
getName in interface BootCommandgetName in class AbstractBootCommandpublic java.lang.String getDescription()
getDescription in interface BootCommandgetDescription in class AbstractBootCommandpublic int doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient client)
throws BootArgumentException
doCommand in class AbstractBootCommandBootArgumentExceptionpublic boolean isRetry()
isRetry in interface BootCommandisRetry in class AbstractStartCommand