Class BucketPath


  • public class BucketPath
    extends java.lang.Object
    A combination of a bucket and a path prefix within that bucket
    • Constructor Summary

      Constructors 
      Constructor Description
      BucketPath​(java.lang.String bucketName, java.lang.String pathPrefix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBucketName()  
      java.lang.String getPathPrefix()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BucketPath

        public BucketPath​(java.lang.String bucketName,
                          java.lang.String pathPrefix)
    • Method Detail

      • getBucketName

        public java.lang.String getBucketName()
        Returns:
        the bucketName
      • getPathPrefix

        public java.lang.String getPathPrefix()
        Returns:
        the pathPrefix