Package org.springframework.boot.cli.command
package org.springframework.boot.cli.command
Command infrastructure for the CLI.
-
ClassDescriptionAbstract
Command
implementation.A single command that can be run from the CLI.Runtime exception wrapper that defines additionalCommandException.Option
s that are understood by theCommandRunner
.Specific options understood by theCommandRunner
.Factory used to create CLICommand
s.Main class used to runCommand
s.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 aCommand
that parse options using anOptionHandler
.