public class ExternalClassHelper extends Object
| Constructor and Description |
|---|
ExternalClassHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected static Object[] |
getParameterNames(List<KeyValue> parameters) |
protected static boolean |
isParameterNamesMatch(Object[] parameterNames,
Object[] parameterList)
verify if parameter names match the ones in the method
|
protected static boolean |
isParameterNamesProvided(List<KeyValue> paramters)
parameters should either be all format: parameterName:value or just value
|
static Object |
runInternalClass(String sourcePath,
String methodName,
List<KeyValue> parameterList) |
public static Object runInternalClass(String sourcePath, String methodName, List<KeyValue> parameterList) throws Exception
Exceptionprotected static boolean isParameterNamesProvided(List<KeyValue> paramters)
paramters - Copyright © 2022. All rights reserved.