Class BlobPath

  • All Implemented Interfaces:
    java.lang.Iterable<java.lang.String>

    public class BlobPath
    extends java.lang.Object
    implements java.lang.Iterable<java.lang.String>
    The list of paths where a blob can reside. The contents of the paths are dependent upon the implementation of BlobContainer.
    • Constructor Summary

      Constructors 
      Constructor Description
      BlobPath()  
    • Constructor Detail

      • BlobPath

        public BlobPath()
    • Method Detail

      • cleanPath

        public static BlobPath cleanPath()
      • iterator

        public java.util.Iterator<java.lang.String> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<java.lang.String>
      • toArray

        public java.lang.String[] toArray()
      • add

        public BlobPath add​(java.lang.String path)
      • buildAsString

        public java.lang.String buildAsString()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object