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