public class ModuleFrameworkAdapterHelper
extends Object
| Constructor and Description |
|---|
ModuleFrameworkAdapterHelper(String className) |
| Modifier and Type | Method and Description |
|---|---|
Object |
exec(String methodName,
Class<?>[] parameterTypes,
Object... parameters) |
Object |
execute(String methodName,
Object... parameters)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
static ClassLoader |
getClassLoader() |
protected Method |
searchMethod(String methodName,
Class<?>[] parameterTypes) |
public ModuleFrameworkAdapterHelper(String className)
public static ClassLoader getClassLoader()
public Object exec(String methodName,
Class<?>[] parameterTypes,
Object... parameters)
@Deprecated
public Object execute(String methodName,
Object... parameters)
protected Method searchMethod(String methodName,
Class<?>[] parameterTypes)
throws Exception
Exception