public class UnlinkedPDFFileFilter
extends java.lang.Object
implements java.io.FileFilter
FileFilter implementation, that allows only files which are not
linked in any of the BibtexEntrys of the specified
BibtexDatabase. FileFilter sits on top of another FileFilter
-implementation, which it first consults. Only if this major filefilter
has accepted a file, this implementation will verify on that file.| Constructor and Description |
|---|
UnlinkedPDFFileFilter(java.io.FileFilter aFileFilter,
BibtexDatabase database) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File pathname) |
public UnlinkedPDFFileFilter(java.io.FileFilter aFileFilter,
BibtexDatabase database)