Class AbstractBlobContainer

  • All Implemented Interfaces:
    BlobContainer
    Direct Known Subclasses:
    FsBlobContainer

    public abstract class AbstractBlobContainer
    extends java.lang.Object
    implements BlobContainer
    A base abstract blob container that implements higher level container methods.
    • Constructor Detail

      • AbstractBlobContainer

        protected AbstractBlobContainer​(BlobPath path)
    • Method Detail

      • path

        public BlobPath path()
        Description copied from interface: BlobContainer
        Gets the BlobPath that defines the implementation specific paths to where the blobs are contained.
        Specified by:
        path in interface BlobContainer
        Returns:
        the BlobPath where the blobs are contained