public abstract class CommandExecutor extends DestroyableBase
A command executor execute a command and return the result
Destroyable.Utillogger| Constructor and Description |
|---|
CommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
execute(CliContext context)
Execute the command within the
context specified |
addSubResource, destroy, isDestroyed, releaseResources, reload, scopedebug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warnpublic abstract java.lang.Object execute(CliContext context)
Execute the command within the context specified
context - the CLI contextCopyright © 2014–2017 ActFramework. All rights reserved.