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, waitblobExists, deleteBlob, listBlobs, listBlobsByPrefix, move, readBlob, writeBlobprotected AbstractBlobContainer(BlobPath path)
public BlobPath path()
BlobContainerBlobPath that defines the implementation specific paths to where the blobs are contained.path in interface BlobContainer