Package | Description |
---|---|
org.springframework.shell |
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
|
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 |
---|---|
void |
MethodTargetRegistrar.register(ConfigurableCommandRegistry registry)
Register mappings from <command keyword(s)> to actual behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyMethodTargetRegistrar.register(ConfigurableCommandRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
StandardMethodTargetRegistrar.register(ConfigurableCommandRegistry registry) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.