Uses of Package
org.springframework.shell.standard
Packages that use org.springframework.shell.standard
Package
Description
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
Contains default commands that ought to apply to each shell app.
-
Classes in org.springframework.shell.standard used by org.springframework.shell.bootClassDescriptionBeans implementing this interface are queried during TAB completion to gather possible values of a parameter.
-
Classes in org.springframework.shell.standard used by org.springframework.shell.standardClassDescriptionBeans implementing this interface are queried during TAB completion to gather possible values of a parameter.
-
Classes in org.springframework.shell.standard used by org.springframework.shell.standard.commandsClassDescriptionBase class helping to build shell components.Indicates that an annotated class may contain shell methods (themselves annotated with
ShellMethod
) that is, methods that may be invoked reflectively by the shell.Used to mark a method as invokable via Spring Shell.Used to customize handling of aShellMethod
parameter.