public static class IO.SafeFileFilter
extends java.lang.Object
implements java.io.FileFilter
FileFilter
for obtaining a list of contents that does not contain the special
.
and ..
entries that some JVM environments report.Modifier and Type | Field and Description |
---|---|
static IO.SafeFileFilter |
INSTANCE |
Constructor and Description |
---|
SafeFileFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File path) |
public static final IO.SafeFileFilter INSTANCE