Interface RemoteFileStore
- All Known Implementing Classes:
AbstractProfileAwareRemoteFileStore,S3FileStore,UrlBasedFileStore,WebDavFileStore
public interface RemoteFileStore
Interface for "proxies" to remote file stores.
- Author:
- avasquez
-
Method Summary
Modifier and TypeMethodDescriptiongetFile(RemotePath path) Resolves the givenRemotePathas aRemoteFile.
-
Method Details
-
getFile
Resolves the givenRemotePathas aRemoteFile.- Parameters:
path- the path to the file in the remote store- Returns:
- the remote file
- Throws:
IOException- if an IO error occurs while trying to resolve the remote file
-