Uses of Interface
org.jclouds.azureblob.domain.MutableBlobProperties

Packages that use MutableBlobProperties
org.jclouds.azureblob.blobstore.functions   
org.jclouds.azureblob.domain   
org.jclouds.azureblob.domain.internal   
org.jclouds.azureblob.functions   
 

Uses of MutableBlobProperties in org.jclouds.azureblob.blobstore.functions
 

Methods in org.jclouds.azureblob.blobstore.functions that return MutableBlobProperties
 MutableBlobProperties BlobMetadataToBlobProperties.apply(BlobMetadata from)
           
 

Uses of MutableBlobProperties in org.jclouds.azureblob.domain
 

Methods in org.jclouds.azureblob.domain that return MutableBlobProperties
 MutableBlobProperties AzureBlob.getProperties()
           
 

Methods in org.jclouds.azureblob.domain with parameters of type MutableBlobProperties
 AzureBlob AzureBlob.Factory.create(MutableBlobProperties properties)
           
 

Uses of MutableBlobProperties in org.jclouds.azureblob.domain.internal
 

Classes in org.jclouds.azureblob.domain.internal that implement MutableBlobProperties
 class MutableBlobPropertiesImpl
          Allows you to manipulate metadata.
 

Methods in org.jclouds.azureblob.domain.internal that return MutableBlobProperties
 MutableBlobProperties AzureBlobImpl.getProperties()
          
 

Constructors in org.jclouds.azureblob.domain.internal with parameters of type MutableBlobProperties
AzureBlobImpl(MutableBlobProperties properties)
           
 

Uses of MutableBlobProperties in org.jclouds.azureblob.functions
 

Methods in org.jclouds.azureblob.functions that return MutableBlobProperties
 MutableBlobProperties ParseBlobPropertiesFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new MutableBlobProperties object.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.