@Singleton public class LocationIdToURIFromConfigurationOrDefaultToProvider extends Object implements com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>>
Modifier and Type | Field and Description |
---|---|
protected ValueOfConfigurationKeyOrNull |
config |
protected String |
configPrefix |
protected com.google.common.base.Supplier<Set<String>> |
locationIds |
protected Logger |
logger |
protected com.google.common.base.Supplier<URI> |
providerURI |
Constructor and Description |
---|
LocationIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config,
com.google.common.base.Supplier<URI> providerURI,
com.google.common.base.Supplier<Set<String>> locationIds,
String configPrefix) |
protected Logger logger
protected final ValueOfConfigurationKeyOrNull config
protected final com.google.common.base.Supplier<URI> providerURI
protected final String configPrefix
Copyright © 2009-2012 jclouds. All Rights Reserved.