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
 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.



Copyright © 2009-2012 jclouds. All Rights Reserved.