public class ReflectedCommandExecutor extends CommandExecutor
Implement CommandExecutor
using https://github.com/EsotericSoftware/reflectasm
Destroyable.Util
logger
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, scope
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warn
public ReflectedCommandExecutor(CommandMethodMetaInfo methodMetaInfo, App app)
public java.lang.Object execute(CliContext context)
CommandExecutor
Execute the command within the context
specified
execute
in class CommandExecutor
context
- the CLI contextprotected void releaseResources()
releaseResources
in class DestroyableBase
Copyright © 2014–2017 ActFramework. All rights reserved.