org.jclouds.location.config
Class ProvideRegionToURIViaProperties

java.lang.Object
  extended by org.jclouds.location.config.ProvideRegionToURIViaProperties
All Implemented Interfaces:
javax.inject.Provider<Map<String,URI>>

@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

Method Summary
 Map<String,URI> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.