Package org.springframework.boot.cli.command
package org.springframework.boot.cli.command
Command infrastructure for the CLI.
-
ClassDescriptionAbstract
Commandimplementation.A single command that can be run from the CLI.Runtime exception wrapper that defines additionalCommandException.Options that are understood by theCommandRunner.Specific options understood by theCommandRunner.Factory used to create CLICommands.Main class used to runCommands.An example that can be displayed in the help.Exception used to when the help command is called without arguments.Exception used when a command is not found.Base class for aCommandthat parse options using anOptionHandler.