|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassPredicate | |
---|---|
ca.infoway.messagebuilder.j5goodies |
Uses of ClassPredicate in ca.infoway.messagebuilder.j5goodies |
---|
Methods in ca.infoway.messagebuilder.j5goodies that return ClassPredicate | |
---|---|
static ClassPredicate |
Predicates.hasAnnotationPredicate(Class<? extends Annotation> annotation)
Construct a predicate that finds all classes with a particular annotation. |
static ClassPredicate |
Predicates.isInstanceofPredicate(Class<?> type)
Construct a predicate that finds all classes of a particular type. |
static ClassPredicate |
Predicates.isInstanceofPredicate(Class<?> type,
boolean isInterface)
Construct a predicate that finds all classes of a particular type. |
static ClassPredicate |
Predicates.packageNamePredicate(String expectedPackageName)
Construct a predicate that finds all classes in a particular package. |
Methods in ca.infoway.messagebuilder.j5goodies with parameters of type ClassPredicate | |
---|---|
List<Class<?>> |
ClassFinder.findClasses(Class<?> context,
ClassPredicate predicate)
Find all classes in the same jar as the contextual class. |
List<Class<?>> |
ClassFinder.findClasses(URL pathToManifest,
ClassPredicate predicate)
Find all classes in the same jar as the given manifest. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |