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 File s, either absolute or relative to the
current working directory. |
class |
ValueProviderSupport
Base class for
ValueProvider that match by type. |
Modifier and Type | Method and Description |
---|---|
ValueProvider |
StandardAPIAutoConfiguration.commandValueProvider(CommandRegistry commandRegistry) |
ValueProvider |
StandardAPIAutoConfiguration.enumValueProvider() |
ValueProvider |
StandardAPIAutoConfiguration.fileValueProvider() |
Modifier and Type | Method and Description |
---|---|
void |
StandardParameterResolver.setValueProviders(Collection<ValueProvider> valueProviders) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.