public abstract class BaseFilter extends Object implements FilenameFilter
| Constructor and Description |
|---|
BaseFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
acceptDir(File dir,
String name)
Check if we should accept the given directory.
|
void |
ignoreDotDirs(boolean pIgnoreDotDirs)
Ignore directories beginning with a dot.
|
void |
setRecursion(boolean pRecMode)
Set the recursion-mode for this instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic void setRecursion(boolean pRecMode)
pRecMode - If true, recursively load filenamespublic void ignoreDotDirs(boolean pIgnoreDotDirs)
pIgnoreDotDirs - If true, ignore hidden directoriesCopyright © 2019. All rights reserved.