Class RemotePath

  • Direct Known Subclasses:
    ProfileAwareRemotePath

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

      • RemotePath

        public RemotePath​(String storeType,
                          String path)
    • Method Detail

      • 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.