public class ReflectedCommandExecutor extends CommandExecutor
Implement CommandExecutor using https://github.com/EsotericSoftware/reflectasm
Destroyable.Utillogger| Constructor and Description |
|---|
ReflectedCommandExecutor(CommandMethodMetaInfo methodMetaInfo,
App app) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(CliContext context)
Execute the command within the
context specified |
protected void |
releaseResources() |
addSubResource, destroy, isDestroyed, reload, scopedebug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warnpublic ReflectedCommandExecutor(CommandMethodMetaInfo methodMetaInfo, App app)
public java.lang.Object execute(CliContext context)
CommandExecutorExecute the command within the context specified
execute in class CommandExecutorcontext - the CLI contextprotected void releaseResources()
releaseResources in class DestroyableBaseCopyright © 2014–2017 ActFramework. All rights reserved.