Interface BasicFileStore
- All Known Subinterfaces:
CSVFileStore
- All Known Implementing Classes:
AvroFileStoreConnector
,BasicFileStoreConnector
,CSVFileStoreConnector
,DataFolderConnector
public interface BasicFileStore
BasicFileStore defines the interface to access a file.
-
Method Summary
-
Method Details
-
getFile
Return the Java File object that provides access to the file.- Returns:
- File object
- Throws:
FileException
- unable to locate the file
-