|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface Executor
执行器,它可以通过名称来执行可执行对象。
| 方法摘要 | |
|---|---|
Executable |
execute(Executable executable,
ObjectSource objSource)
执行,并返回可执行对象 |
Executable |
execute(java.lang.String executableName,
ObjectSource objSource)
执行,并返回可执行对象。 |
Configuration |
getConfiguration()
获取执行器使用的配置对象。 |
| 方法详细信息 |
|---|
Configuration getConfiguration()
Executable execute(java.lang.String executableName,
ObjectSource objSource)
throws ExecuteException,
ExecutableNotFoundException
executableName - 可执行对象名称objSource - 对象源
ExecuteException
ExecutableNotFoundException
Executable execute(Executable executable,
ObjectSource objSource)
throws ExecuteException
executable - 可执行对象objSource - 对象源
ExecuteException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||