org.jclouds.hpcloud.objectstorage.blobstore.functions
Class HPCloudObjectStorageObjectToBlobMetadata
java.lang.Object
org.jclouds.openstack.swift.blobstore.functions.ObjectToBlobMetadata
org.jclouds.hpcloud.objectstorage.blobstore.functions.HPCloudObjectStorageObjectToBlobMetadata
- All Implemented Interfaces:
- com.google.common.base.Function<org.jclouds.openstack.swift.domain.ObjectInfo,org.jclouds.blobstore.domain.MutableBlobMetadata>
@Singleton
public class HPCloudObjectStorageObjectToBlobMetadata
- extends org.jclouds.openstack.swift.blobstore.functions.ObjectToBlobMetadata
|
Method Summary |
org.jclouds.blobstore.domain.MutableBlobMetadata |
apply(org.jclouds.openstack.swift.domain.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 |
HPCloudObjectStorageObjectToBlobMetadata
@Inject
public HPCloudObjectStorageObjectToBlobMetadata(org.jclouds.blobstore.strategy.IfDirectoryReturnNameStrategy ifDirectoryReturnName,
PublicUriForObjectInfo publicUriForObjectInfo)
apply
public org.jclouds.blobstore.domain.MutableBlobMetadata apply(org.jclouds.openstack.swift.domain.ObjectInfo from)
- Specified by:
apply in interface com.google.common.base.Function<org.jclouds.openstack.swift.domain.ObjectInfo,org.jclouds.blobstore.domain.MutableBlobMetadata>- Overrides:
apply in class org.jclouds.openstack.swift.blobstore.functions.ObjectToBlobMetadata
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.