org.jclouds.location.suppliers.derived
Class RegionIdsFromRegionIdToURIKeySet
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegionIdsFromRegionIdToURIKeySet
@Inject
protected RegionIdsFromRegionIdToURIKeySet(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionIdToURISupplier)
get
public Set<String> get()
- Specified by:
get
in interface com.google.common.base.Supplier<Set<String>>
Copyright © 2009-2012 jclouds. All Rights Reserved.