Package | Description |
---|---|
org.springframework.boot.cli.command |
Command infrastructure for the CLI.
|
org.springframework.boot.cli.command.options |
Support classes for handling command line options.
|
Modifier and Type | Method and Description |
---|---|
protected OptionHandler |
OptionParsingCommand.getHandler() |
Constructor and Description |
---|
OptionParsingCommand(String name,
String description,
OptionHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
CompilerOptionHandler
An
OptionHandler for commands that result in the compilation of one or more
Groovy scripts. |