org.jclouds.location.config
Class ProvideZonesViaProperties

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

@Singleton
public class ProvideZonesViaProperties
extends Object
implements javax.inject.Provider<Map<String,String>>

looks for properties bound to the naming convention jclouds.location.region.regionId.zones

Author:
Adrian Cole

Method Summary
 Map<String,String> 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,String> get()
Specified by:
get in interface javax.inject.Provider<Map<String,String>>


Copyright © 2009-2011 jclouds. All Rights Reserved.