Interface BasicFileStore
-
- All Known Implementing Classes:
BasicFileStoreConnector
public interface BasicFileStoreBasicFileStore defines the interface to access a file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetFile()Return the Java File object that provides access to the 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
-
-