| 程序包 | 说明 |
|---|---|
| xyz.scootaloo.console.app.parser |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Optional<Interpreter.MethodActuator> |
Interpreter.findActuatorByName(String name)
根据一个命令名,返回对应的执行器
|
static List<Interpreter.MethodActuator> |
AssemblyFactory.getAllCommands()
返回系统中所有可调用的命令
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected InvokeInfo |
Interpreter.doFilterChain(Interpreter.MethodActuator actuator,
List<String> cmdArgs)
执行过滤链
|
protected void |
Interpreter.loadCommandMethod(Interpreter.MethodActuator actuator) |
protected void |
Interpreter.loadFilter(Interpreter.MethodActuator actuator) |
Copyright © 2021. All rights reserved.