| Interface | Description |
|---|---|
| CommandContext<P> |
The command context provides the services for invoking a command.
|
| InvocationContext<P> | |
| RuntimeContext |
The minimum set of services that a command needs for executing properly:
a session map
an attribute map
|
| ShellCommand |
A shell command.
|
| Class | Description |
|---|---|
| AbstractCommand | |
| BaseCommand | |
| BaseRuntimeContext | |
| BaseShellCommand<CC extends BaseCommand> | |
| CommandInvoker<C,P> |
A command invoker is a filter for a
CommandContext kind of consumer. |
| CRaSHCommand | |
| InvocationContextImpl<P> | |
| PipeCommand<C,P> |
A pipe command.
|
| Enum | Description |
|---|---|
| DescriptionFormat |
| Exception | Description |
|---|---|
| CommandCreationException | |
| ScriptException | |
| SyntaxException |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.