Package org.geotools.api.data
Interface FileStoreFactory
- 
- All Known Subinterfaces:
- FilteringFileStoreFactory
 - All Known Implementing Classes:
- ShapefileDataStoreFactory.ShpFileStoreFactory
 
 public interface FileStoreFactoryA delegate that finds the files managed by the directory store and- Author:
- Andrea Aime - OpenGeo
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataStoregetDataStore(File file)Returns a store for the specified file
 
- 
- 
- 
Method Detail- 
getDataStoreDataStore getDataStore(File file) throws IOException Returns a store for the specified file- Throws:
- IOException
 
 
- 
 
-