org.jclouds.s3.blobstore.functions
Class LocationFromBucketLocation
java.lang.Object
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
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 |
logger
protected Logger logger
apply
public Location apply(BucketMetadata from)
- Specified by:
apply
in interface com.google.common.base.Function<BucketMetadata,Location>
Copyright © 2009-2011 jclouds. All Rights Reserved.