Class ContainerToResourceMetadata
- java.lang.Object
 - 
- org.jclouds.azureblob.blobstore.functions.ContainerToResourceMetadata
 
 
- 
- All Implemented Interfaces:
 com.google.common.base.Function<ContainerProperties,StorageMetadata>,Function<ContainerProperties,StorageMetadata>
@Singleton public class ContainerToResourceMetadata extends Object implements com.google.common.base.Function<ContainerProperties,StorageMetadata>
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageMetadataapply(ContainerProperties from) 
 - 
 
- 
- 
Method Detail
- 
apply
public StorageMetadata apply(ContainerProperties from)
- Specified by:
 applyin interfacecom.google.common.base.Function<ContainerProperties,StorageMetadata>- Specified by:
 applyin interfaceFunction<ContainerProperties,StorageMetadata>
 
 - 
 
 -