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 anExecutionStrategy
for the specifiedClass
.- Parameters:
clazz
- theClass
- Returns:
- the
ExecutionStrategy
- Throws:
ScriptException
- if theExecutionStrategy
could not be created
-