public abstract class AbstractFileLockerFilter extends AbstractFileListFilter<java.io.File> implements FileLocker
| Constructor and Description |
|---|
AbstractFileLockerFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File file)
Subclasses must implement this method.
|
filterFilesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisLockable, lock, unlockpublic boolean accept(java.io.File file)
AbstractFileListFilteraccept in class AbstractFileListFilter<java.io.File>file - The file.