public class MockJavaOperationExecutor extends Object implements JavaOperationExecutor
Constructor and Description |
---|
MockJavaOperationExecutor(ExecutionContext executionContext) |
Modifier and Type | Method and Description |
---|---|
Object |
executeJavaOperation(String className,
String methodName,
Class<?>[] argClasses,
Object[] evaluatedArgs,
InterpreterStackTrace stackTrace)
Executes the operation.
|
public MockJavaOperationExecutor(ExecutionContext executionContext)
public Object executeJavaOperation(String className, String methodName, Class<?>[] argClasses, Object[] evaluatedArgs, InterpreterStackTrace stackTrace) throws ErrorException
JavaOperationExecutor
executeJavaOperation
in interface JavaOperationExecutor
stackTrace
- a stack traceErrorException
- the error exceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.