Class RemoteFileResolverImpl

java.lang.Object
org.craftercms.commons.file.stores.impl.RemoteFileResolverImpl
All Implemented Interfaces:
RemoteFileResolver

public class RemoteFileResolverImpl extends Object implements RemoteFileResolver
Default implementation of RemoteFileResolver. Uses RemotePathParser to parse the path and determine the store type, and then resolves the file using the actual RemoteFileStore.
Author:
avasquez