Interface ExecutionStrategyFactory
public interface ExecutionStrategyFactory
The factory for the execution strategy used to execute a method of a class instance.
-
Method Summary
-
Method Details
-
create
Creates anExecutionStrategyfor the specifiedClass.- Parameters:
clazz- theClass- Returns:
- the
ExecutionStrategy - Throws:
ScriptException- if theExecutionStrategycould not be created
-