org.jclouds.location.config
Class ProvideIso3166CodesByLocationIdViaProperties
java.lang.Object
org.jclouds.location.config.ProvideIso3166CodesByLocationIdViaProperties
- All Implemented Interfaces:
- javax.inject.Provider<Map<String,Set<String>>>
@Singleton
public class ProvideIso3166CodesByLocationIdViaProperties
- extends Object
- implements javax.inject.Provider<Map<String,Set<String>>>
looks for properties bound to the naming conventions jclouds.region.regionId
.iso3166-codes and jclouds.zone.zoneId
.iso3166-codes
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
@Singleton
public Map<String,Set<String>> get()
- Specified by:
get
in interface javax.inject.Provider<Map<String,Set<String>>>
Copyright © 2009-2011 jclouds. All Rights Reserved.