public abstract class CommandExecutor extends DestroyableBase
A command executor execute a command and return the result
Destroyable.Util
logger
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, scope
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warn
public abstract java.lang.Object execute(CliContext context)
Execute the command within the context
specified
context
- the CLI contextCopyright © 2014–2017 ActFramework. All rights reserved.