google-nomulus/java/google/registry/config
mcilwain 0b112f17a7 Move ROID suffix handling from RegistryConfig to ConfigModule
This is the first in a decently long series of commits to delete RegistryConfig
entirely and centralize all configuration in ConfigModule using Dagger. Once
this is done, then the text-based YAML configuration work can begin in earnest.

Note that the configuration settings from TestRegistryConfig will be moving
into ConfigModule.LocalTestConfig. This way they can be referred to in a static
context from test and test utility helpers, rather than having to be injected
everywhere, which we don't typically bother with for tests.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=143473089
2017-01-09 11:59:04 -05:00
..
BUILD Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
ConfigModule.java Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00
ConfigUtils.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
package-info.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ProductionRegistryConfigExample.java Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00
RdapNoticeDescriptor.java Inject RDAP help information in ConfigModule 2016-12-06 11:52:46 -05:00
RegistryConfig.java Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00
RegistryConfigLoader.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
RegistryEnvironment.java Fix a few incorrect mentions of Nomulus 2016-10-14 17:00:32 -04:00
TestRegistryConfig.java Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00