public interface FileStoreFilter
FileStore
.Modifier and Type | Method and Description |
---|---|
boolean |
accept(FileStore fileStore,
String fileName)
Returns whether or not this filter accepts the file name under a specified FileStore.
|
boolean accept(FileStore fileStore, String fileName)
fileStore
- the FileStore containing the named file path.fileName
- the named file path in question.