public class WSDNSServerConfigProvider extends Object implements com.google.inject.Provider<DNSServerConfig>
| Constructor and Description |
|---|
WSDNSServerConfigProvider(URL configURL,
com.google.inject.Provider<DNSStore> storeProvider,
com.google.inject.Provider<DNSServerSettings> settings)
Creates a provider with the location of the configuration service and an optional
DNSStore provider. |
public WSDNSServerConfigProvider(URL configURL, com.google.inject.Provider<DNSStore> storeProvider, com.google.inject.Provider<DNSServerSettings> settings)
DNSStore provider.configURL - A URL that contains the location of the configuration service.storeProvider - An option provider used for creating specific instances of a DNSStoresettings - Optional DNS server settings. Overridden by settings from the configuration service.public DNSServerConfig get()
get in interface com.google.inject.Provider<DNSServerConfig>Copyright © 2010-2015 The Direct Project. All Rights Reserved.