Class BlobPropertiesToBlobMetadata
- java.lang.Object
-
- org.jclouds.azureblob.blobstore.functions.BlobPropertiesToBlobMetadata
-
- All Implemented Interfaces:
com.google.common.base.Function<BlobProperties,MutableBlobMetadata>
,Function<BlobProperties,MutableBlobMetadata>
@Singleton public class BlobPropertiesToBlobMetadata extends Object implements com.google.common.base.Function<BlobProperties,MutableBlobMetadata>
-
-
Constructor Summary
Constructors Constructor Description BlobPropertiesToBlobMetadata(com.google.common.cache.LoadingCache<String,PublicAccess> containerAcls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableBlobMetadata
apply(BlobProperties from)
-
-
-
Constructor Detail
-
BlobPropertiesToBlobMetadata
@Inject public BlobPropertiesToBlobMetadata(com.google.common.cache.LoadingCache<String,PublicAccess> containerAcls)
-
-
Method Detail
-
apply
public MutableBlobMetadata apply(BlobProperties from)
- Specified by:
apply
in interfacecom.google.common.base.Function<BlobProperties,MutableBlobMetadata>
- Specified by:
apply
in interfaceFunction<BlobProperties,MutableBlobMetadata>
-
-