Uses of Interface
org.craftercms.commons.file.stores.RemoteFile
Packages that use RemoteFile
Package
Description
-
Uses of RemoteFile in org.craftercms.commons.file.stores
Methods in org.craftercms.commons.file.stores that return RemoteFileModifier and TypeMethodDescriptionRemoteFileStore.getFile
(RemotePath path) Resolves the givenRemotePath
as aRemoteFile
.Given the specified path, returns aRemoteFile
associated to the path. -
Uses of RemoteFile in org.craftercms.commons.file.stores.impl
Classes in org.craftercms.commons.file.stores.impl that implement RemoteFileModifier and TypeClassDescriptionclass
Implementation ofRemoteFile
that basically is facade to a SpringResource
.Methods in org.craftercms.commons.file.stores.impl that return RemoteFileModifier and TypeMethodDescriptionprotected abstract RemoteFile
AbstractProfileAwareRemoteFileStore.doGetFile
(ProfileAwareRemotePath path, T profile) AbstractProfileAwareRemoteFileStore.getFile
(RemotePath path) UrlBasedFileStore.getFile
(RemotePath path) -
Uses of RemoteFile in org.craftercms.commons.file.stores.impl.s3
Methods in org.craftercms.commons.file.stores.impl.s3 that return RemoteFileModifier and TypeMethodDescriptionprotected RemoteFile
S3FileStore.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 RemoteFileModifier and TypeMethodDescriptionprotected RemoteFile
WebDavFileStore.doGetFile
(ProfileAwareRemotePath path, WebDavProfile profile)