Class AbstractProfileAwareRemoteFileStore<T extends ConfigurationProfile>

java.lang.Object
org.craftercms.commons.file.stores.impl.AbstractProfileAwareRemoteFileStore<T>
All Implemented Interfaces:
RemoteFileStore
Direct Known Subclasses:
BoxFileStore, S3FileStore, WebDavFileStore

public abstract class AbstractProfileAwareRemoteFileStore<T extends ConfigurationProfile> extends Object implements RemoteFileStore
Base RemoteFileStore for stores that are aware of configuration profiles that should be used to connect to the remote store.
Author:
avasquez