org.apache.commons.jxpath.util
Class MethodLookupUtils
java.lang.Object
org.apache.commons.jxpath.util.MethodLookupUtils
public class MethodLookupUtils
extends java.lang.Object
Method lookup utilities, which find static and non-static methods as well
as constructors based on a name and list of parameters.
$Revision: 1.7 $ $Date: 2004/02/29 14:17:43 $static Constructor | lookupConstructor(Class targetClass, Object[] parameters)
|
static Method | lookupMethod(Class targetClass, String name, Object[] parameters)
|
static Method | lookupStaticMethod(Class targetClass, String name, Object[] parameters)
|
lookupConstructor
public static Constructor lookupConstructor(Class targetClass,
Object[] parameters)
lookupMethod
public static Method lookupMethod(Class targetClass,
String name,
Object[] parameters)
lookupStaticMethod
public static Method lookupStaticMethod(Class targetClass,
String name,
Object[] parameters)