public class UrlBasedFileStore extends Object implements RemoteFileStore
RemoteFileStore where the paths are basically URLs from where
the files can be accessed.| Constructor and Description |
|---|
UrlBasedFileStore() |
| Modifier and Type | Method and Description |
|---|---|
RemoteFile |
getFile(RemotePath path)
Resolves the given
RemotePath as a RemoteFile. |
public RemoteFile getFile(RemotePath path) throws IOException
RemoteFileStoreRemotePath as a RemoteFile.getFile in interface RemoteFileStorepath - the path to the file in the remote storeIOException - if an IO error occurs while trying to resolve the remote fileCopyright © 2020 CrafterCMS. All rights reserved.