public final class EverythingFilter
extends java.lang.Object
implements java.io.FilenameFilter
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUGGING
true if debugging.
|
Constructor and Description |
---|
EverythingFilter()
constructor
|
public static final boolean DEBUGGING
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