org.jclouds.location.suppliers.all
Class RegionToProviderOrJustProvider

java.lang.Object
  extended by org.jclouds.location.suppliers.all.RegionToProviderOrJustProvider
All Implemented Interfaces:
com.google.common.base.Supplier<Set<? extends Location>>

@Singleton
public class RegionToProviderOrJustProvider
extends Object
implements com.google.common.base.Supplier<Set<? extends Location>>

Author:
Adrian Cole

Constructor Summary
RegionToProviderOrJustProvider(JustProvider justProvider, com.google.common.base.Supplier<Set<String>> regionsSupplier, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> isoCodesByIdSupplier)
           
 
Method Summary
 Set<? extends Location> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionToProviderOrJustProvider

@Inject
public RegionToProviderOrJustProvider(JustProvider justProvider,
                                             com.google.common.base.Supplier<Set<String>> regionsSupplier,
                                             com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<Set<String>>>> isoCodesByIdSupplier)
Method Detail

get

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


Copyright © 2009-2012 jclouds. All Rights Reserved.