Class RemotePath

java.lang.Object
org.craftercms.commons.file.stores.RemotePath
Direct Known Subclasses:
ProfileAwareRemotePath

public class RemotePath extends Object
Represents the path of a remote file.
Author:
avasquez
  • Constructor Details

    • RemotePath

      public RemotePath(String storeType, String path)
  • Method Details

    • getStoreType

      public String getStoreType()
      Returns the remote store type (s3, box, etc).
    • getPath

      public String getPath()
      Returns the path or ID of file in the remote store.