org.jclouds.atmos.blobstore.functions
Class BlobToObject

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

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

Author:
Adrian Cole

Method Summary
 AtmosObject 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 AtmosObject apply(Blob from)
Specified by:
apply in interface com.google.common.base.Function<Blob,AtmosObject>


Copyright © 2009-2012 jclouds. All Rights Reserved.