Package ch.obermuhlner.scriptengine.java.execution
-
Interface Summary Interface Description ExecutionStrategy The strategy used to execute a method on an object instance.ExecutionStrategyFactory The factory for the execution strategy used to execute a method of a class instance. -
Class Summary Class Description DefaultExecutionStrategy The defaultExecutionStrategy
implementation.MethodExecutionStrategy TheExecutionStrategy
that executes a specific method.