public interface Executor
| Modifier and Type | Method and Description |
|---|---|
boolean |
processCommand(Command c,
CliParams cli,
ProcessingContext ctx)
Processes single command
|
boolean processCommand(Command c, CliParams cli, ProcessingContext ctx) throws ProcessingException
c - command to be processedcli - parameters (commandline params)ctx - processing contextProcessingException - in case of issues during the command processingCopyright © 2014. All rights reserved.