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

    Modifier and Type
    Method
    Description
    Return the Java File object that provides access to the file.
  • Method Details

    • getFile

      File getFile() throws FileException
      Return the Java File object that provides access to the file.
      Returns:
      File object
      Throws:
      FileException - unable to locate the file