org.jclouds.location.config
Class ProvideRegionToURIViaProperties
java.lang.Object
org.jclouds.location.config.ProvideRegionToURIViaProperties
- All Implemented Interfaces:
- javax.inject.Provider<Map<String,URI>>
- Direct Known Subclasses:
- CloudLoadBalancersRestClientModule.ProvideRegionToURIViaPropertiesWithAccountID
@Singleton
public class ProvideRegionToURIViaProperties
- extends Object
- implements javax.inject.Provider<Map<String,URI>>
looks for properties bound to the naming convention jclouds.region.regionId
.endpoint
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProvideRegionToURIViaProperties
@Inject
protected ProvideRegionToURIViaProperties(com.google.inject.Injector injector,
@Named(value="CONSTANTS")
com.google.common.collect.Multimap<String,String> constants)
get
@Singleton
public Map<String,URI> get()
- Specified by:
get
in interface javax.inject.Provider<Map<String,URI>>
Copyright © 2009-2011 jclouds. All Rights Reserved.