org.jclouds.s3.blobstore.functions
Class LocationFromBucketLocation

java.lang.Object
  extended by org.jclouds.s3.blobstore.functions.LocationFromBucketLocation
All Implemented Interfaces:
com.google.common.base.Function<BucketMetadata,Location>

@Singleton
public class LocationFromBucketLocation
extends Object
implements com.google.common.base.Function<BucketMetadata,Location>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Method Summary
 Location apply(BucketMetadata 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
 

Field Detail

logger

protected Logger logger
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.