org.jclouds.atmos.blobstore.functions
Class ObjectToBlob

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

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

Author:
Adrian Cole

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


Copyright © 2009-2012 jclouds. All Rights Reserved.