Package | Description |
---|---|
org.springframework.shell |
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
|
org.springframework.shell.jcommander |
Provides integration with JCommander.
|
org.springframework.shell.legacy |
Provides integration with Spring Shell 1.
|
org.springframework.shell.standard |
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
|
Modifier and Type | Method and Description |
---|---|
ValueResult |
ParameterResolver.resolve(org.springframework.core.MethodParameter methodParameter,
List<String> words)
Turn the given textual input into an actual object, maybe using some conversion or lookup mechanism.
|
Modifier and Type | Method and Description |
---|---|
ValueResult |
JCommanderParameterResolver.resolve(org.springframework.core.MethodParameter methodParameter,
List<String> words) |
Modifier and Type | Method and Description |
---|---|
ValueResult |
LegacyParameterResolver.resolve(org.springframework.core.MethodParameter methodParameter,
List<String> words) |
Modifier and Type | Method and Description |
---|---|
ValueResult |
StandardParameterResolver.resolve(org.springframework.core.MethodParameter methodParameter,
List<String> wordsBuffer) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.