Interface InstructionFactory
-
public interface InstructionFactory指令工厂用于处理某个特定指令的产生- Author:
- lb
- Date:
- 2024年8月23日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstructiongetInstance(String[] args, String config)获取指令StringgetName()获取工厂名字用于函数名
-
-
-
Method Detail
-
getName
String getName()
获取工厂名字用于函数名- Returns:
-
getInstance
Instruction getInstance(String[] args, String config)
获取指令- Parameters:
args-- Returns:
-
-