Uses of Interface
org.craftercms.commons.file.stores.RemoteFile
-
-
Uses of RemoteFile in org.craftercms.commons.file.stores
Methods in org.craftercms.commons.file.stores that return RemoteFile Modifier and Type Method Description RemoteFileRemoteFileStore. getFile(RemotePath path)Resolves the givenRemotePathas aRemoteFile.RemoteFileRemoteFileResolver. resolve(String path)Given the specified path, returns aRemoteFileassociated to the path. -
Uses of RemoteFile in org.craftercms.commons.file.stores.impl
Classes in org.craftercms.commons.file.stores.impl that implement RemoteFile Modifier and Type Class Description classResourceBasedRemoteFileImplementation ofRemoteFilethat basically is facade to a SpringResource.Methods in org.craftercms.commons.file.stores.impl that return RemoteFile Modifier and Type Method Description protected abstract RemoteFileAbstractProfileAwareRemoteFileStore. doGetFile(ProfileAwareRemotePath path, T profile)RemoteFileAbstractProfileAwareRemoteFileStore. getFile(RemotePath path)RemoteFileUrlBasedFileStore. getFile(RemotePath path)RemoteFileRemoteFileResolverImpl. resolve(String path) -
Uses of RemoteFile in org.craftercms.commons.file.stores.impl.box
Methods in org.craftercms.commons.file.stores.impl.box that return RemoteFile Modifier and Type Method Description protected RemoteFileBoxFileStore. doGetFile(ProfileAwareRemotePath path, BoxProfile profile) -
Uses of RemoteFile in org.craftercms.commons.file.stores.impl.s3
Methods in org.craftercms.commons.file.stores.impl.s3 that return RemoteFile Modifier and Type Method Description protected RemoteFileS3FileStore. doGetFile(ProfileAwareRemotePath path, S3Profile profile) -
Uses of RemoteFile in org.craftercms.commons.file.stores.impl.webdav
Methods in org.craftercms.commons.file.stores.impl.webdav that return RemoteFile Modifier and Type Method Description protected RemoteFileWebDavFileStore. doGetFile(ProfileAwareRemotePath path, WebDavProfile profile)
-