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 FileFilterCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.