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