public abstract class AbstractBlobContainer extends java.lang.Object implements BlobContainer
Modifier | Constructor and Description |
---|---|
protected |
AbstractBlobContainer(BlobPath path) |
Modifier and Type | Method and Description |
---|---|
BlobPath |
path()
Gets the
BlobPath that defines the implementation specific paths to where the blobs are contained. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
blobExists, deleteBlob, listBlobs, listBlobsByPrefix, move, readBlob, writeBlob
protected AbstractBlobContainer(BlobPath path)
public BlobPath path()
BlobContainer
BlobPath
that defines the implementation specific paths to where the blobs are contained.path
in interface BlobContainer