Package | Description |
---|---|
org.springframework.shell |
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableCommandRegistry
A
CommandRegistry that supports registration of new commands. |
class |
Shell
Main class implementing a shell loop.
|
Modifier and Type | Method and Description |
---|---|
ValueProvider |
StandardAPIAutoConfiguration.commandValueProvider(CommandRegistry commandRegistry) |
Constructor and Description |
---|
CommandValueProvider(CommandRegistry commandRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
Help.setCommandRegistry(CommandRegistry commandRegistry) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.