gov.nasa.worldwind.cache
Interface FileStoreFilter
- All Known Implementing Classes:
- DataConfigurationFilter
public interface FileStoreFilter
A filter for named file paths in a FileStore.
|
Method Summary |
boolean |
accept(FileStore fileStore,
String fileName)
Returns whether or not this filter accepts the file name under a specified FileStore. |
accept
boolean accept(FileStore fileStore,
String fileName)
- Returns whether or not this filter accepts the file name under a specified FileStore.
- Parameters:
fileStore - the FileStore containing the named file path.fileName - the named file path in question.
- Returns:
- true if the file name should be accepted; false otherwise.
|
|