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
Commands. -
Classes in org.springframework.boot.cli.command used by org.springframework.boot.cli.commandClassDescriptionAbstract
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.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
Commandimplementation.A single command that can be run from the CLI.An example that can be displayed in the help.Base class for aCommandthat parse options using anOptionHandler. -
Classes in org.springframework.boot.cli.command used by org.springframework.boot.cli.command.initClassDescriptionAbstract
Commandimplementation.A single command that can be run from the CLI.An example that can be displayed in the help.Base class for aCommandthat parse options using anOptionHandler. -
Classes in org.springframework.boot.cli.command used by org.springframework.boot.cli.command.shellClassDescriptionAbstract
Commandimplementation.A single command that can be run from the CLI.Runtime exception wrapper that defines additionalCommandException.Options that are understood by theCommandRunner.