public static class YarnKillCommand.KillOptionHandler extends AbstractApplicationCommand.ApplicationOptionHandler
| Constructor and Description |
|---|
YarnKillCommand.KillOptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
joptsimple.OptionSpec<String> |
getApplicationIdOption() |
protected void |
options() |
protected void |
runApplication(joptsimple.OptionSet options)
Run the application.
|
handleOutput, isFlagOn, run, verifyOptionSetprotected final void options()
options in class org.springframework.boot.cli.command.options.OptionHandlerprotected void runApplication(joptsimple.OptionSet options)
throws Exception
AbstractApplicationCommand.ApplicationOptionHandlerrunApplication in class AbstractApplicationCommand.ApplicationOptionHandleroptions - the options setException - if error occurred during the processingpublic joptsimple.OptionSpec<String> getApplicationIdOption()