Package org.jclouds.blobstore.domain
Interface Blob.Factory
-
- Enclosing interface:
- Blob
public static interface Blob.Factory
Allows you to construct blobs without knowing the implementation type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Blob
create(MutableBlobMetadata metadata)
Creates a blob, optionally setting its metadata to a known value.
-
-
-
Method Detail
-
create
Blob create(@Nullable MutableBlobMetadata metadata)
Creates a blob, optionally setting its metadata to a known value. This is useful in making copies of blobs.
-
-