Package org.springframework.boot.cli.command
Interface Summary Interface Description Command A single command that can be run from the CLI.CommandFactory Factory used to create CLICommands.Class Summary Class Description AbstractCommand AbstractCommandimplementation.CommandRunner Main class used to runCommands.HelpExample An example that can be displayed in the help.OptionParsingCommand Base class for aCommandthat parse options using anOptionHandler.Enum Summary Enum Description CommandException.Option Specific options understood by theCommandRunner.Exception Summary Exception Description CommandException Runtime exception wrapper that defines additionalCommandException.Options that are understood by theCommandRunner.NoHelpCommandArgumentsException Exception used to when the help command is called without arguments.NoSuchCommandException Exception used when a command is not found.