Uses of Class
org.clapper.util.classutil.ClassFinder

Packages that use ClassFinder
org.clapper.util.classutil   
 

Uses of ClassFinder in org.clapper.util.classutil
 

Methods in org.clapper.util.classutil with parameters of type ClassFinder
 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.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.