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
|
Class | Description |
---|---|
AbstractCommand | |
BaseCommand | |
CRaSHCommand | Deprecated
should be removed instead extend
GroovyCommand or just don't extend anything |
Pipe<C,P> |
A command pipe.
|
Exception | Description |
---|---|
ScriptException |
Base command thrown during the execution of a command.
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.