org.jclouds.atmos.blobstore.functions
Class BlobMetadataToObject
java.lang.Object
org.jclouds.atmos.blobstore.functions.BlobMetadataToObject
- All Implemented Interfaces:
- com.google.common.base.Function<BlobMetadata,AtmosObject>
@Singleton
public class BlobMetadataToObject
- extends Object
- implements com.google.common.base.Function<BlobMetadata,AtmosObject>
- 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 |
BlobMetadataToObject
@Inject
protected BlobMetadataToObject(AtmosObject.Factory factory,
BlobToContentMetadata blob2ContentMd,
BlobToSystemMetadata blob2SysMd)
apply
public AtmosObject apply(BlobMetadata from)
- Specified by:
apply
in interface com.google.common.base.Function<BlobMetadata,AtmosObject>
Copyright © 2009-2011 jclouds. All Rights Reserved.