org.jclouds.openstack.swift.blobstore.functions
Class BlobToObject

java.lang.Object
  extended by org.jclouds.openstack.swift.blobstore.functions.BlobToObject
All Implemented Interfaces:
com.google.common.base.Function<Blob,SwiftObject>

@Singleton
public class BlobToObject
extends Object
implements com.google.common.base.Function<Blob,SwiftObject>

Author:
Adrian Cole

Method Summary
 SwiftObject apply(Blob 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
 

Method Detail

apply

public SwiftObject apply(Blob from)
Specified by:
apply in interface com.google.common.base.Function<Blob,SwiftObject>


Copyright © 2009-2011 jclouds. All Rights Reserved.