- All Implemented Interfaces:
com.google.common.base.Function<String,org.jclouds.domain.Location>, Function<String,org.jclouds.domain.Location>
@Singleton
public class LocationFromBucketName
extends Object
implements com.google.common.base.Function<String,org.jclouds.domain.Location>
-
Field Summary
Fields
protected org.jclouds.logging.Logger
-
Method Summary
org.jclouds.domain.Location
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 Details
-
logger
protected org.jclouds.logging.Logger logger
-
Method Details
-
apply
public org.jclouds.domain.Location apply(String bucket)
- Specified by:
apply in interface com.google.common.base.Function<String,org.jclouds.domain.Location>
- Specified by:
apply in interface Function<String,org.jclouds.domain.Location>