| Package | Description |
|---|---|
| org.springframework.shell.standard |
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ShellOption.NoValueProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandValueProvider
A
ValueProvider that can be used to auto-complete names of shell commands. |
class |
EnumValueProvider
A
ValueProvider that knows how to complete values for Enum typed parameters. |
class |
FileValueProvider
A
ValueProvider that can populate names of local Files, either absolute or relative to the
current working directory. |
Copyright © 2023. All rights reserved.