public final class AllDirectoriesFilter
extends java.lang.Object
implements java.io.FilenameFilter
Constructor and Description |
---|
AllDirectoriesFilter()
constructor
|
public boolean accept(java.io.File dir, java.lang.String name)
accept
in interface java.io.FilenameFilter
dir
- the directory in which the file was found.name
- the name of the filepublic static void main(java.lang.String[] args)
args
- not used