org.nhindirect.dns.config
Interface DNSServerConfig
- All Known Implementing Classes:
- WSDNSServerConfig
public interface DNSServerConfig
The DNSServerConfig is responsible for loading configuration information from a URL and creating an injector that will subsequently
be used to create instances of a DNSServer.
- Since:
- 1.0
- Author:
- Greg Meyer
|
Method Summary |
com.google.inject.Injector |
getServerInjector()
Gets a Guide Injector that can be used to create DNSServer objects based on configuration information. |
getServerInjector
com.google.inject.Injector getServerInjector()
- Gets a Guide Injector that can be used to create
DNSServer objects based on configuration information.
- Returns:
- A Guide Injector that can be used to create
DNSServer objects.
Copyright © 2010-2015 The Direct Project. All Rights Reserved.