public static class ClassCache.ClassFileFilter
extends java.lang.Object
implements java.io.FileFilter
Constructor and Description |
---|
ClassFileFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File pathname)
Checks whether the file is a class.
|