接口 CommandExecutor
-
- 所有已知实现类:
DefaultCommandExecutor
public interface CommandExecutor
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 String
execute(CommandContext commandContext)
Execute one command and return the execution result
-
-
-
方法详细资料
-
execute
String execute(CommandContext commandContext) throws NoSuchCommandException
Execute one command and return the execution result- 参数:
commandContext
- command context- 返回:
- command execution result
- 抛出:
NoSuchCommandException
-
-