Interface BasicFileStore

  • All Known Implementing Classes:
    BasicFileStoreConnector

    public interface BasicFileStore
    BasicFileStore defines the interface to access a file.
    • Method Detail

      • 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