public interface ClassFilter
ClassFinder
object, to filter class names. This interface is
deliberately reminiscent of the java.io.FilenameFilter
interface.ClassFinder
Modifier and Type | Method and Description |
---|---|
boolean |
accept(ClassInfo classInfo,
ClassFinder classFinder)
Tests whether a class name should be included in a class name
list.
|
boolean accept(ClassInfo classInfo, ClassFinder classFinder)
classInfo
- the loaded information about the classclassFinder
- the ClassFinder
that called this filter
(mostly for access to ClassFinder
utility methods)