|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.soybeanMilk.core.DefaultExecutor
public class DefaultExecutor
执行器的默认实现。
| 构造方法摘要 | |
|---|---|
DefaultExecutor(Configuration configuration)
|
|
| 方法摘要 | |
|---|---|
Executable |
execute(Executable executable,
ObjectSource objSource)
执行,并返回可执行对象 |
Executable |
execute(java.lang.String executableName,
ObjectSource objSource)
执行,并返回可执行对象 |
Configuration |
getConfiguration()
获取执行器使用的配置对象 |
void |
setConfiguration(Configuration configuration)
|
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public DefaultExecutor(Configuration configuration)
| 方法详细信息 |
|---|
public Configuration getConfiguration()
Executor 复制的描述
Executor 中的 getConfigurationpublic void setConfiguration(Configuration configuration)
public Executable execute(java.lang.String executableName,
ObjectSource objSource)
throws ExecuteException,
ExecutableNotFoundException
Executor 复制的描述
Executor 中的 executeexecutableName - 可执行对象名称objSource - 对象源
ExecuteException
ExecutableNotFoundException
public Executable execute(Executable executable,
ObjectSource objSource)
throws ExecuteException
Executor 复制的描述
Executor 中的 executeexecutable - 可执行对象objSource - 对象源
ExecuteException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||