Uses of Interface
org.springframework.boot.cli.command.Command
Package
Description
Main entry point of the Spring Boot CLI.
Command infrastructure for the CLI.
CLI commands for creating jars and wars.
Core CLI commands.
CLI command for password encoding.
CLI command for grabbing dependencies.
CLI command for initializing a new application using Spring Initializr.
CLI commands for installing and uninstalling CLI dependencies.
Classes for running CLI applications.
Classes for running a nested shell in the CLI.
-
Uses of Command in org.springframework.boot.cli
-
Uses of Command in org.springframework.boot.cli.command
Modifier and TypeClassDescriptionclass
AbstractCommand
implementation.class
Base class for aCommand
that parse options using anOptionHandler
.Modifier and TypeMethodDescriptionCommandFactory.getCommands()
Returns the CLICommand
s.CommandRunner.getCommands()
CommandRunner.iterator()
Modifier and TypeMethodDescriptionvoid
CommandRunner.addCommand
(Command command) Add the specified command.protected void
Subclass hook called after a command has run.protected void
Subclass hook called before a command is run.boolean
CommandRunner.isOptionCommand
(Command command) Returns if the specified command is an option command.Modifier and TypeMethodDescriptionvoid
CommandRunner.addCommands
(Iterable<Command> commands) Add the specified commands. -
Uses of Command in org.springframework.boot.cli.command.archive
-
Uses of Command in org.springframework.boot.cli.command.core
-
Uses of Command in org.springframework.boot.cli.command.encodepassword
-
Uses of Command in org.springframework.boot.cli.command.grab
Modifier and TypeClassDescriptionclass
Command
to grab the dependencies of one or more Groovy scripts. -
Uses of Command in org.springframework.boot.cli.command.init
Modifier and TypeClassDescriptionclass
Command
that initializes a project using Spring initializr. -
Uses of Command in org.springframework.boot.cli.command.install
-
Uses of Command in org.springframework.boot.cli.command.run
-
Uses of Command in org.springframework.boot.cli.command.shell
ModifierConstructorDescriptionCommandCompleter
(jline.console.ConsoleReader consoleReader, jline.console.completer.ArgumentCompleter.ArgumentDelimiter argumentDelimiter, Iterable<Command> commands)