public abstract class AbstractFileLockerFilter extends AbstractFileListFilter<File> implements FileLocker
| Constructor and Description |
|---|
AbstractFileLockerFilter() |
| 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, waitisLockable, lock, unlockpublic boolean accept(File file)
AbstractFileListFilteraccept in interface FileListFilter<File>accept in class AbstractFileListFilter<File>file - The file.FileListFilter.supportsSingleFileFiltering()