All Classes and Interfaces
Class
Description
Abstract
Command implementation.A single command that can be run from the CLI.
JLine
Completer for Spring Boot Commands.Runtime exception wrapper that defines additional
CommandException.Options that are understood
by the CommandRunner.Specific options understood by the
CommandRunner.Factory used to create CLI
Commands.Main class used to run
Commands.Default implementation of
CommandFactory.Command to encode passwords for use with Spring Security.Encapsulation of the outcome of a command.
Internal
Command used for 'help' requests.An example that can be displayed in the help.
Internal
Command to provide hints for shell auto-completion.Command that initializes a project using Spring initializr.A dense indexed sequence of values.
Thrown to indicate a problem with the JSON API.
A modifiable set of name/value mappings.
Implements
JSONObject.toString() and JSONArray.toString().Parses a JSON (RFC 4627) encoded
string into the corresponding object.
Simple logger used by the CLI.
Exception used to when the help command is called without arguments.
Exception used when a command is not found.
Delegate used by
OptionParsingCommand to parse options and run the command.Help for a specific option.
Base class for a
Command that parse options using an OptionHandler.Exception with a message that can be reported to the user.
A shell for Spring Boot.
Command to start a nested REPL shell.Exception used to stop the
Shell.Abstraction to manage a stack of prompts.
Spring Command Line Interface.
Command to display the 'version' number.