org.jclouds.s3.blobstore.functions
Class LocationFromBucketName

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

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

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Method Summary
 Location apply(String bucket)
           
 
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(String bucket)
Specified by:
apply in interface com.google.common.base.Function<String,Location>


Copyright © 2009-2012 jclouds. All Rights Reserved.