| 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.
|
| ValueProviderSupport
Base class for
ValueProvider that match by type. |
| Class and Description |
|---|
| 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
ShellMethod parameter. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.