|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.adom.jade.utils.ReflectionUtils
Defines various tools for reflection support.
| Method Summary | |
|---|---|
static java.lang.Class[] |
findClasses(java.lang.String pName,
java.lang.Class type)
Retrieves all classes in a given package. |
static java.lang.Object |
instantiate(java.lang.Class clazz)
Instantiates a given class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Class[] findClasses(java.lang.String pName,
java.lang.Class type)
pName - the name of the packagetype - the type of the required objects (may be null
if no specific type is required)
public static java.lang.Object instantiate(java.lang.Class clazz)
clazz - the class to instantiate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||