|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface CommandExecutor
The command executor for internal usage.
方法摘要 | ||
---|---|---|
|
execute(Command<T> command)
Execute a command with the default CommandConfig . |
|
|
execute(CommandConfig config,
Command<T> command)
Execute a command with the specified CommandConfig . |
|
CommandConfig |
getDefaultConfig()
|
方法详细信息 |
---|
CommandConfig getDefaultConfig()
CommandConfig
, used if none is provided.<T> T execute(CommandConfig config, Command<T> command)
CommandConfig
.
<T> T execute(Command<T> command)
CommandConfig
.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |