Uses of Package
org.springframework.shell.command
Packages that use org.springframework.shell.command
Package
Description
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
Contains strategies for dealing with results of commands.
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
-
Classes in org.springframework.shell.command used by org.springframework.shellClassDescriptionInterface defining contract to handle existing
CommandRegistration
s.Interface to be implemented by objects that can resolve exceptions thrown during command processing, in the typical case error response.Interface representing an option in a command.Interface defining a command registration endpoint. -
Classes in org.springframework.shell.command used by org.springframework.shell.bootClassDescriptionInterface defining contract to handle existing
CommandRegistration
s.Interface to customize aCommandCatalog
.Interface defining a command registration endpoint.Builder interface forCommandRegistration
.Interface used to supply instance of aCommandRegistration.Builder
.Interface used to modify option long name. -
Classes in org.springframework.shell.command used by org.springframework.shell.commandClassDescriptionInterface representing an alias in a command.Interface defining contract to handle existing
CommandRegistration
s.Interface containing information about current command execution.Interface to be implemented by objects that can resolve exceptions thrown during command processing, in the typical case error response.Interface to evaluate a result from a command with an arguments.Interface representing an exit code in a command.Holder for handling some processing, typically withCommandExceptionResolver
.Interface representing an option in a command.Interface parsing arguments for aCommandRegistration
.Result of a parsingCommandOption
with an argument.Results of aCommandParser
.Interface defining a command registration endpoint.Spec defining an alias.Builder interface forCommandRegistration
.Spec defining an error handling.Spec defining an exit code.Spec defining help options.Enumeration of option arity values.Spec defining an option.Encapsulates info forCommandRegistration.TargetSpec
.Spec defining a target.Interface to resolve currently existing commands. -
Classes in org.springframework.shell.command used by org.springframework.shell.command.annotationClassDescriptionInterface to be implemented by objects that can resolve exceptions thrown during command processing, in the typical case error response.Holder for handling some processing, typically with
CommandExceptionResolver
. -
Classes in org.springframework.shell.command used by org.springframework.shell.command.parserClassDescriptionInterface representing an option in a command.Interface defining a command registration endpoint.
-
Classes in org.springframework.shell.command used by org.springframework.shell.command.support
-
Classes in org.springframework.shell.command used by org.springframework.shell.resultClassDescriptionInterface defining contract to handle existing
CommandRegistration
s.Interface defining a command registration endpoint. -
Classes in org.springframework.shell.command used by org.springframework.shell.standardClassDescriptionInterface defining contract to handle existing
CommandRegistration
s.Interface used to supply instance of aCommandRegistration.Builder
. -
Classes in org.springframework.shell.command used by org.springframework.shell.standard.completion