org.soybeanMilk.core
接口 Executor

所有已知实现类:
DefaultExecutor, WebExecutor

public interface Executor

执行器,它可以通过名称来执行可执行对象

作者:
earthAngry@gmail.com

方法摘要
 Executable execute(java.lang.String exeName, ObjectSource objSource)
          执行,并返回对应的可执行对象
 Configuration getConfiguration()
          获取执行器使用的配置对象
 

方法详细信息

getConfiguration

Configuration getConfiguration()
获取执行器使用的配置对象

返回:

execute

Executable execute(java.lang.String exeName,
                   ObjectSource objSource)
                   throws ExecuteException,
                          ExecutableNotFoundException
执行,并返回对应的可执行对象

参数:
exeName - 可执行对象名称
objSource - 对象源
抛出:
ExecuteException
ExecutableNotFoundException