接口 ExecutionStrategyFactory
public interface ExecutionStrategyFactory
The factory for the execution strategy used to execute a method of a class instance.
-
方法概要
-
方法详细资料
-
create
Creates anExecutionStrategyfor the specifiedClass.- 参数:
clazz- theClass- 返回:
- the
ExecutionStrategy - 抛出:
ScriptException- if theExecutionStrategycould not be created
-