Class MethodExecutionStrategy

java.lang.Object
ch.obermuhlner.scriptengine.java.execution.MethodExecutionStrategy
All Implemented Interfaces:
ExecutionStrategy

public class MethodExecutionStrategy extends Object implements ExecutionStrategy
The ExecutionStrategy that executes a specific method. This implementation has three static constructor methods to define the method that should be called:
  • Method Details