public class IgnoreHiddenFileListFilter extends AbstractFileListFilter<File>
FileListFilter implementation that ignores any hidden files. Uses
File.isHidden() to make that determination.| Constructor and Description |
|---|
IgnoreHiddenFileListFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File file)
Subclasses must implement this method.
|
filterFiles, supportsSingleFileFilteringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisForRecursionpublic boolean accept(File file)
AbstractFileListFilteraccept in interface FileListFilter<File>accept in class AbstractFileListFilter<File>file - The file.true for any non-hidden files.FileListFilter.supportsSingleFileFiltering()