Uses of Package
org.springframework.boot.cli.command
Packages that use org.springframework.boot.cli.command
Package
Description
Main entry point of the Spring Boot CLI.
Command infrastructure for the CLI.
Core CLI commands.
CLI command for password encoding.
CLI command for initializing a new application using Spring Initializr.
Classes for running a nested shell in the CLI.
-
Classes in org.springframework.boot.cli.command used by org.springframework.boot.cliClassDescriptionA single command that can be run from the CLI.Factory used to create CLI
Command
s. -
Classes in org.springframework.boot.cli.command used by org.springframework.boot.cli.commandClassDescriptionAbstract
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
.An example that can be displayed in the help. -
Classes in org.springframework.boot.cli.command used by org.springframework.boot.cli.command.core
-
Classes in org.springframework.boot.cli.command used by org.springframework.boot.cli.command.encodepasswordClassDescriptionAbstract
Command
implementation.A single command that can be run from the CLI.An example that can be displayed in the help.Base class for aCommand
that parse options using anOptionHandler
. -
Classes in org.springframework.boot.cli.command used by org.springframework.boot.cli.command.initClassDescriptionAbstract
Command
implementation.A single command that can be run from the CLI.An example that can be displayed in the help.Base class for aCommand
that parse options using anOptionHandler
. -
Classes in org.springframework.boot.cli.command used by org.springframework.boot.cli.command.shellClassDescriptionAbstract
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
.