org.jclouds.location.suppliers.derived
Class RegionIdsFromRegionIdToURIKeySet

java.lang.Object
  extended by org.jclouds.location.suppliers.derived.RegionIdsFromRegionIdToURIKeySet
All Implemented Interfaces:
com.google.common.base.Supplier<Set<String>>, RegionIdsSupplier

@Singleton
public class RegionIdsFromRegionIdToURIKeySet
extends Object
implements RegionIdsSupplier

as opposed to via properties, lets look up regions via api, as they are more likely to change


Constructor Summary
protected RegionIdsFromRegionIdToURIKeySet(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionIdToURISupplier)
           
 
Method Summary
 Set<String> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionIdsFromRegionIdToURIKeySet

@Inject
protected RegionIdsFromRegionIdToURIKeySet(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionIdToURISupplier)
Method Detail

get

public Set<String> get()
Specified by:
get in interface com.google.common.base.Supplier<Set<String>>


Copyright © 2009-2012 jclouds. All Rights Reserved.