Class ObjectToBlobMetadata
java.lang.Object
org.jclouds.s3.blobstore.functions.ObjectToBlobMetadata
- All Implemented Interfaces:
 com.google.common.base.Function<ObjectMetadata,,MutableBlobMetadata> Function<ObjectMetadata,MutableBlobMetadata> 
@Singleton
public class ObjectToBlobMetadata
extends Object
implements com.google.common.base.Function<ObjectMetadata,MutableBlobMetadata> 
- 
Constructor Summary
ConstructorsConstructorDescriptionObjectToBlobMetadata(com.google.common.base.Function<String, Location> locationOfBucket)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals 
- 
Constructor Details
- 
ObjectToBlobMetadata
 
 - 
 - 
Method Details
- 
apply
- Specified by:
 applyin interfacecom.google.common.base.Function<ObjectMetadata,MutableBlobMetadata> - Specified by:
 applyin interfaceFunction<ObjectMetadata,MutableBlobMetadata> 
 
 -