org.jclouds.openstack.swift.blobstore.functions
Class ObjectToBlobMetadata
java.lang.Object
org.jclouds.openstack.swift.blobstore.functions.ObjectToBlobMetadata
- All Implemented Interfaces:
- com.google.common.base.Function<ObjectInfo,MutableBlobMetadata>
- Direct Known Subclasses:
- CloudFilesObjectToBlobMetadata
@Singleton
public class ObjectToBlobMetadata
- extends Object
- implements com.google.common.base.Function<ObjectInfo,MutableBlobMetadata>
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
equals |
ObjectToBlobMetadata
@Inject
public ObjectToBlobMetadata(IfDirectoryReturnNameStrategy ifDirectoryReturnName)
apply
public MutableBlobMetadata apply(ObjectInfo from)
- Specified by:
apply
in interface com.google.common.base.Function<ObjectInfo,MutableBlobMetadata>
Copyright © 2009-2011 jclouds. All Rights Reserved.