|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.core.util.reflection.ClassUtil
public class ClassUtil
| Constructor Summary | |
|---|---|
ClassUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.reflect.Method |
getDeclaredMethod(java.lang.Class aClass,
java.lang.String aMethodName,
java.lang.Class[] someParameterTypes)
|
static java.lang.reflect.Method |
getMethod(java.lang.Class aClass,
java.lang.String aMethodName,
java.lang.Class[] someParameterTypes)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassUtil()
| Method Detail |
|---|
public static java.lang.reflect.Method getMethod(java.lang.Class aClass,
java.lang.String aMethodName,
java.lang.Class[] someParameterTypes)
throws java.lang.NoSuchMethodException
aClass - The Class providing method under question (Must not be null)aMethodName - The method name to search for (Must not be null)someParameterTypes - Method arguments (May be null or parameters)
java.lang.NoSuchMethodException - If a match cannot be found
public static java.lang.reflect.Method getDeclaredMethod(java.lang.Class aClass,
java.lang.String aMethodName,
java.lang.Class[] someParameterTypes)
throws java.lang.NoSuchMethodException
aClass - The Class providing method under question (Must not be null)aMethodName - The method name to search for (Must not be null)someParameterTypes - Method arguments (May be null or parameters)
java.lang.NoSuchMethodException - If a match cannot be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||