|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassInfo | |
|---|---|
| org.clapper.util.classutil | |
| Uses of ClassInfo in org.clapper.util.classutil |
|---|
| Methods in org.clapper.util.classutil with parameters of type ClassInfo | |
|---|---|
boolean |
SubclassClassFilter.accept(ClassInfo classInfo,
ClassFinder classFinder)
Perform the acceptance test on the loaded Class object. |
boolean |
RegexClassFilter.accept(ClassInfo classInfo,
ClassFinder classFinder)
Determine whether a class name is to be accepted or not, based on the regular expression specified to the constructor. |
boolean |
OrClassFilter.accept(ClassInfo classInfo,
ClassFinder classFinder)
Determine whether a class name is to be accepted or not, based on the contained filters. |
boolean |
NotClassFilter.accept(ClassInfo classInfo,
ClassFinder classFinder)
Tests whether a class name should be included in a class name list. |
boolean |
ClassModifiersClassFilter.accept(ClassInfo classInfo,
ClassFinder classFinder)
Tests whether a class name should be included in a class name list. |
boolean |
ClassFilter.accept(ClassInfo classInfo,
ClassFinder classFinder)
Tests whether a class name should be included in a class name list. |
boolean |
AndClassFilter.accept(ClassInfo classInfo,
ClassFinder classFinder)
Determine whether a class name is to be accepted or not, based on the contained filters. |
int |
ClassFinder.findAllInterfaces(ClassInfo classInfo,
java.util.Map<java.lang.String,ClassInfo> interfaces)
Intended to be called only from a ClassFilter object's
accept() method, this method attempts to
find all the interfaces implemented by given class (directly and
indirectly), by checking all the currently-loaded class data. |
int |
ClassFinder.findAllSuperClasses(ClassInfo classInfo,
java.util.Map<java.lang.String,ClassInfo> superClasses)
Intended to be called only from a ClassFilter object's
accept() method, this method attempts to
find all the superclasses (except java.lang.Objectfor a
given class, by checking all the currently-loaded class data. |
| Method parameters in org.clapper.util.classutil with type arguments of type ClassInfo | |
|---|---|
int |
ClassFinder.findAllInterfaces(ClassInfo classInfo,
java.util.Map<java.lang.String,ClassInfo> interfaces)
Intended to be called only from a ClassFilter object's
accept() method, this method attempts to
find all the interfaces implemented by given class (directly and
indirectly), by checking all the currently-loaded class data. |
int |
ClassFinder.findAllSuperClasses(ClassInfo classInfo,
java.util.Map<java.lang.String,ClassInfo> superClasses)
Intended to be called only from a ClassFilter object's
accept() method, this method attempts to
find all the superclasses (except java.lang.Objectfor a
given class, by checking all the currently-loaded class data. |
int |
ClassFinder.findClasses(java.util.Collection<ClassInfo> classes)
Find all classes in the search areas, implicitly accepting all of them. |
int |
ClassFinder.findClasses(java.util.Collection<ClassInfo> classes,
ClassFilter filter)
Search all classes in the search areas, keeping only those that pass the specified filter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||