public class AbstractApplicationCommand
extends org.springframework.boot.cli.command.OptionParsingCommand
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AbstractApplicationCommand.ApplicationOptionHandler<R>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractApplicationCommand(java.lang.String name,
                          java.lang.String description,
                          org.springframework.boot.cli.command.options.OptionHandler handler)
Instantiates a new abstract application command. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getUsageHelp()  | 
getHandler, getHelp, getOptionsHelp, runprotected AbstractApplicationCommand(java.lang.String name,
                          java.lang.String description,
                          org.springframework.boot.cli.command.options.OptionHandler handler)
name - the command namedescription - the command descriptionhandler - the option handler