| Package | Description | 
|---|---|
| org.springframework.shell.standard | Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model. | 
| org.springframework.shell.standard.commands | Contains default commands that ought to apply to each shell app. | 
| Class and Description | 
|---|
| ValueProvider Beans implementing this interface are queried during TAB completion to gather
 possible values of a parameter. | 
| Class and Description | 
|---|
| AbstractShellComponent Base class helping to build shell components. | 
| ShellComponent Indicates that an annotated class may contain shell methods (themselves annotated with  ShellMethod) that
 is,
 methods that may be invoked reflectively by the shell. | 
| ShellMethod Used to mark a method as invokable via Spring Shell. | 
| ShellOption Used to customize handling of a  ShellMethodparameter. | 
Copyright © 2023. All rights reserved.