|
||||||||||
| 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
| Constructor Summary | |
|---|---|
ALDClassInfo()
|
|
| Method Summary | |
|---|---|
static java.util.Set<java.lang.Class> |
lookupExtendingClasses(java.lang.Class cl)
Collects all derived class of given class. |
static java.util.Set<java.lang.String> |
lookupOperatorClassnames(ALDAOperator.Level level,
ALDAOperator.ExecutionMode executionMode)
Collects all ALDOperators annotated with the requested level and execution mode and all ALDOperators found in a package specified by a JVM property alida_oprunner_favoriteops or the environment variable ALIDA_OPRUNNER_OPERATORPATH as a colon separated list of package names. |
static java.util.Collection<ALDOperatorLocation> |
lookupOperators(ALDAOperator.Level level,
ALDAOperator.ExecutionMode executionMode)
Collects all ALDOperators annotated with the requested level and execution mode and all ALDOperators found in a package specified by a JVM property alida_oprunner_favoriteops or the environment variable ALIDA_OPRUNNER_OPERATORPATH as a colon separated list of package names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ALDClassInfo()
| Method Detail |
|---|
public static java.util.Set<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.
public static java.util.Collection<ALDOperatorLocation> lookupOperators(ALDAOperator.Level level,
ALDAOperator.ExecutionMode executionMode)
If level is Level.APPLICATION then
only operators with this level will be return.
If level is Level.STANDARD all operator levels are accepted.
level - Class for which derived classes are requested.
public static java.util.Set<java.lang.String> lookupOperatorClassnames(ALDAOperator.Level level,
ALDAOperator.ExecutionMode executionMode)
If level is Level.APPLICATION then
only operators with this level will be return.
If level is Level.STANDARD all operator levels are accepted.
level - executionMode -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||