org.jclouds.hpcloud.objectstorage.lvs.blobstore.functions
Class HPCloudObjectStorageLasVegasObjectToBlobMetadata

java.lang.Object
  extended by org.jclouds.openstack.swift.blobstore.functions.ObjectToBlobMetadata
      extended by org.jclouds.hpcloud.objectstorage.lvs.blobstore.functions.HPCloudObjectStorageLasVegasObjectToBlobMetadata
All Implemented Interfaces:
com.google.common.base.Function<ObjectInfo,MutableBlobMetadata>

@Singleton
public class HPCloudObjectStorageLasVegasObjectToBlobMetadata
extends ObjectToBlobMetadata

Author:
Adrian Cole

Constructor Summary
HPCloudObjectStorageLasVegasObjectToBlobMetadata(IfDirectoryReturnNameStrategy ifDirectoryReturnName, PublicUriForObjectInfo publicUriForObjectInfo)
           
 
Method Summary
 MutableBlobMetadata apply(ObjectInfo from)
           
 
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
 

Constructor Detail

HPCloudObjectStorageLasVegasObjectToBlobMetadata

@Inject
public HPCloudObjectStorageLasVegasObjectToBlobMetadata(IfDirectoryReturnNameStrategy ifDirectoryReturnName,
                                                               PublicUriForObjectInfo publicUriForObjectInfo)
Method Detail

apply

public MutableBlobMetadata apply(ObjectInfo from)
Specified by:
apply in interface com.google.common.base.Function<ObjectInfo,MutableBlobMetadata>
Overrides:
apply in class ObjectToBlobMetadata


Copyright © 2009-2012 jclouds. All Rights Reserved.