org.jclouds.s3.blobstore.functions
Class ObjectToBlob

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

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

Author:
Adrian Cole

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


Copyright © 2009-2012 jclouds. All Rights Reserved.