Package org.geotools.api.data
Interface FilteringFileStoreFactory
-
- All Superinterfaces:
FileStoreFactory
- All Known Implementing Classes:
ShapefileDataStoreFactory.ShpFileStoreFactory
public interface FilteringFileStoreFactory extends FileStoreFactory
A delegate that indicates which files can be managed by the delegate store, when setting up a DirectoryDataStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileFilter
getFilter()
Returns a FileFilter to be applied on delegate store lookup-
Methods inherited from interface FileStoreFactory
getDataStore
-
-
-
-
Method Detail
-
getFilter
FileFilter getFilter() throws IOException
Returns a FileFilter to be applied on delegate store lookup- Throws:
IOException
-
-