Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
LegacyMethodTargetRegistrar
A
MethodTargetRegistrar that discovers methods annotated with CliCommand on beans
implementing the CommandMarker marker interface. |
Modifier and Type | Class and Description |
---|---|
class |
StandardMethodTargetRegistrar
The standard implementation of
MethodTargetRegistrar for new shell
applications, resolves methods annotated with ShellMethod on
ShellComponent beans. |
Modifier and Type | Method and Description |
---|---|
MethodTargetRegistrar |
StandardAPIAutoConfiguration.standardMethodTargetResolver() |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.