Interface RemoteFileResolver
- All Known Implementing Classes:
RemoteFileResolverImpl
public interface RemoteFileResolver
Resolves special paths to files in remote stores.
- Author:
- avasquez
-
Method Summary
Modifier and TypeMethodDescriptionGiven the specified path, returns aRemoteFileassociated to the path.
-
Method Details
-
resolve
Given the specified path, returns aRemoteFileassociated to the path.- Parameters:
path- the path to the remote file- Returns:
- the remote file
- Throws:
IOException- if an IO error occurs while trying to resolve the fileIllegalArgumentException- if the path can't be recognized as a remote path
-