| Package | Description |
|---|---|
| act.cli | |
| act.cli.bytecode | |
| act.cli.meta | |
| act.handler.builtin.cli | |
| act.inject.param |
| Modifier and Type | Method and Description |
|---|---|
CliDispatcher |
CliDispatcher.registerCommandHandler(java.lang.String command,
CommandMethodMetaInfo methodMetaInfo,
CommanderClassMetaInfo classMetaInfo) |
| Constructor and Description |
|---|
ReflectedCommandExecutor(CommandMethodMetaInfo methodMetaInfo,
App app) |
| Modifier and Type | Method and Description |
|---|---|
CommandMethodMetaInfo |
CommandMethodMetaInfo.addLead(java.lang.String lead) |
CommandMethodMetaInfo |
CommandMethodMetaInfo.addParam(CommandParamMetaInfo paramInfo) |
CommandMethodMetaInfo |
CommanderClassMetaInfo.command(java.lang.String name) |
CommandMethodMetaInfo |
CommandMethodMetaInfo.commandName(java.lang.String name) |
CommandMethodMetaInfo |
CommandMethodMetaInfo.helpMsg(java.lang.String msg) |
CommandMethodMetaInfo |
CommandMethodMetaInfo.invokeInstanceMethod() |
CommandMethodMetaInfo |
CommandMethodMetaInfo.invokeStaticMethod() |
CommandMethodMetaInfo |
CommandMethodMetaInfo.methodName(java.lang.String name) |
CommandMethodMetaInfo |
CommandMethodMetaInfo.mode(Act.Mode mode) |
CommandMethodMetaInfo |
CommandMethodMetaInfo.propertySpec(PropertySpec.MetaInfo propertySpec) |
CommandMethodMetaInfo |
CommandMethodMetaInfo.returnType(act.asm.Type type) |
CommandMethodMetaInfo |
CommandMethodMetaInfo.view(CliView view) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommandMethodMetaInfo> |
CommanderClassMetaInfo.commandList() |
| Modifier and Type | Method and Description |
|---|---|
CommanderClassMetaInfo |
CommanderClassMetaInfo.addCommand(CommandMethodMetaInfo info) |
| Modifier and Type | Method and Description |
|---|---|
CommandMethodMetaInfo |
CliHandlerProxy.methodMetaInfo() |
| Constructor and Description |
|---|
CliHandlerProxy(CommanderClassMetaInfo classMetaInfo,
CommandMethodMetaInfo metaInfo,
App app) |
| Modifier and Type | Method and Description |
|---|---|
CliContext.ParsingContext |
CliContextParamLoader.buildParsingContext(java.lang.Class commander,
java.lang.reflect.Method method,
CommandMethodMetaInfo methodMetaInfo) |
void |
CliContextParamLoader.preParseOptions(java.lang.reflect.Method method,
CommandMethodMetaInfo methodMetaInfo,
CliContext context) |
Copyright © 2014–2017 ActFramework. All rights reserved.