| Package | Description |
|---|---|
| org.springframework.boot.cli | |
| org.springframework.boot.cli.command |
| Modifier and Type | Method and Description |
|---|---|
Collection<Command> |
CommandFactory.getCommands()
Returns the CLI
Commands. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringCli.setCommands(List<? extends Command> commands)
Set the command available to the CLI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommand
Abstract
Command implementation. |
class |
CleanCommand
Command to 'clean' up grapes, removing cached dependencies and forcing a
download on the next attempt to resolve. |
class |
CreateCommand
Command to 'create' a new spring groovy script. |
class |
OptionParsingCommand
Base class for a
Command that pare options using an OptionHandler. |
class |
RunCommand
Command to 'run' a groovy script or scripts. |
class |
ScriptCommand
Command to run a Groovy script. |
class |
VersionCommand
Command to display the 'version' number. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Command> |
DefaultCommandFactory.getCommands() |
Copyright © 2013. All Rights Reserved.