Uses of Interface
org.springframework.boot.cli.command.Command
Packages that use 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
Methods in org.springframework.boot.cli that return types with arguments of type Command -
Uses of Command in org.springframework.boot.cli.command
Classes in org.springframework.boot.cli.command that implement CommandModifier and TypeClassDescriptionclass
AbstractCommand
implementation.class
Base class for aCommand
that parse options using anOptionHandler
.Methods in org.springframework.boot.cli.command that return CommandMethods in org.springframework.boot.cli.command that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandFactory.getCommands()
Returns the CLICommand
s.CommandRunner.getCommands()
CommandRunner.iterator()
Methods in org.springframework.boot.cli.command with parameters of type CommandModifier 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.Method parameters in org.springframework.boot.cli.command with type arguments of type CommandModifier and TypeMethodDescriptionvoid
CommandRunner.addCommands
(Iterable<Command> commands) Add the specified commands. -
Uses of Command in org.springframework.boot.cli.command.archive
Classes in org.springframework.boot.cli.command.archive that implement Command -
Uses of Command in org.springframework.boot.cli.command.core
Classes in org.springframework.boot.cli.command.core that implement Command -
Uses of Command in org.springframework.boot.cli.command.encodepassword
Classes in org.springframework.boot.cli.command.encodepassword that implement Command -
Uses of Command in org.springframework.boot.cli.command.grab
Classes in org.springframework.boot.cli.command.grab that implement CommandModifier and TypeClassDescriptionclass
Command
to grab the dependencies of one or more Groovy scripts. -
Uses of Command in org.springframework.boot.cli.command.init
Classes in org.springframework.boot.cli.command.init that implement CommandModifier and TypeClassDescriptionclass
Command
that initializes a project using Spring initializr. -
Uses of Command in org.springframework.boot.cli.command.install
Classes in org.springframework.boot.cli.command.install that implement Command -
Uses of Command in org.springframework.boot.cli.command.run
Classes in org.springframework.boot.cli.command.run that implement Command -
Uses of Command in org.springframework.boot.cli.command.shell
Classes in org.springframework.boot.cli.command.shell that implement CommandConstructor parameters in org.springframework.boot.cli.command.shell with type arguments of type CommandModifierConstructorDescriptionCommandCompleter
(jline.console.ConsoleReader consoleReader, jline.console.completer.ArgumentCompleter.ArgumentDelimiter argumentDelimiter, Iterable<Command> commands)