com.caucho.boot
Interface BootCommand
- All Known Implementing Classes:
- AbstractBootCommand, AbstractDeployCatCommand, AbstractDeployCommand, AbstractDeployLsCommand, AbstractManagementCommand, AbstractRemoteCommand, AbstractRepositoryCommand, AbstractScalingCommand, AbstractStartCommand, AbstractStopCommand, ConfigCatCommand, ConfigDeployCommand, ConfigLsCommand, ConfigUndeployCommand, ConsoleCommand, DeployCatCommand, DeployCommand, DeployCopyCommand, DeployListCommand, DeployLsCommand, DisableCommand, DisableSoftCommand, EnableCommand, GuiCommand, HeapDumpCommand, JmxCallCommand, JmxCommand, JmxDumpCommand, JmxListCommand, JmxSetCommand, JspcCommand, KillCommand, LicenseAddCommand, ListRestartsCommand, LogLevelCommand, PasswordEncryptCommand, PasswordGenerateCommand, PdfReportCommand, ProfileCommand, RestartCommand, ScoreboardCommand, ShutdownCommand, StartAllCommand, StartCloudCommand, StartCommand, StartWithForegroundCommand, StatusCommand, StopCommand, ThreadDumpCommand, UndeployCommand, UserAddCommand, UserListCommand, UserRemoveCommand, WatchdogCommand, WebAppCommand, WebAppDeployCommand, WebAppListCommand, WebAppRestartClusterCommand, WebAppRestartCommand, WebAppStartCommand, WebAppStopCommand, WebAppUndeployCommand
public interface BootCommand
isProOnly
boolean isProOnly()
getName
java.lang.String getName()
getDescription
java.lang.String getDescription()
doCommand
int doCommand(ResinBoot resinBoot,
com.caucho.boot.WatchdogArgs args)
throws BootArgumentException
- Throws:
BootArgumentException
isRetry
boolean isRetry()
isValueOption
boolean isValueOption(java.lang.String key)
isIntValueOption
boolean isIntValueOption(java.lang.String key)
isFlag
boolean isFlag(java.lang.String key)
isDefaultArgsAccepted
boolean isDefaultArgsAccepted()
usage
void usage(boolean verbose)
isStart
boolean isStart()
isStartAll
boolean isStartAll()
isShutdown
boolean isShutdown()
isConsole
boolean isConsole()
isRemote
boolean isRemote(com.caucho.boot.WatchdogArgs args)
doWatchdogStart
void doWatchdogStart(com.caucho.boot.WatchdogManager manager)