public static class IO.SafeFileFilter extends Object implements 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() |
public static final IO.SafeFileFilter INSTANCE
public boolean accept(File path)
accept
in interface FileFilter
Copyright © 1995–2017 Mort Bay Consulting. All rights reserved.