Class |
Description |
ApplicationContextCommandFactory
|
Automatically populates ApplicationContext command instances and adapts the interface to the shell - Authors:
- Graeme Rocher
- Since:
- 3.0
|
ClasspathCommandResourceResolver
|
A CommandResourceResolver that resolves commands from the classpath under the directory META-INF/commands - Authors:
- Graeme Rocher
- Since:
- 3.0
|
FileSystemCommandResourceResolver
|
A CommandResourceResolver that resolves from the file system - Authors:
- Graeme Rocher
- Since:
- 3.0
|
GroovyScriptCommandFactory
|
A CommandFactory that creates Command instances from Groovy scripts - Authors:
- Graeme Rocher
- Since:
- 3.0
|
ResourceResolvingCommandFactory
|
A abstract CommandFactory that reads from the file system - Authors:
- Graeme Rocher
- Since:
- 3.0
|
ServiceCommandFactory
|
Uses the service registry pattern to locate commands - Authors:
- Graeme Rocher
- Since:
- 3.0
|
YamlCommandFactory
|
A CommandFactory that can discover commands defined in YAML or JSON - Authors:
- Graeme Rocher
- Since:
- 3.0
|