|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.helpers.ALDClassInfo
public class ALDClassInfo
Supplies helper methods to, e.g., lookup classes with annotations.
Field Summary | |
---|---|
private static boolean |
debug
Debug flag for internal usage only. |
Constructor Summary | |
---|---|
ALDClassInfo()
|
Method Summary | |
---|---|
static java.util.Collection<java.lang.Class> |
lookupExtendingClasses(java.lang.Class cl)
Collects all derived class of given class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static boolean debug
Constructor Detail |
---|
public ALDClassInfo()
Method Detail |
---|
public static java.util.Collection<java.lang.Class> lookupExtendingClasses(java.lang.Class cl)
The method searches for all derived classes of the given class among all classes annotated with @ALDDerivedClass that are found in the classpath. In this context derived classes are classes which either implement the specified interface or extend the given class.
cl
- Class for which derived classes are requested.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |