google-nomulus/java/google/registry/flows/host
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
..
HostCheckFlow.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
HostCreateFlow.java Move ROID suffix handling from RegistryConfig to ConfigModule 2017-01-09 11:59:04 -05:00
HostDeleteFlow.java Make host flows only accept canonicalized host names as input 2016-11-10 11:29:03 -05:00
HostFlowUtils.java Fix uncaught LEADING_HYPHEN IllegalArgumentException in host flows 2016-11-16 17:09:45 -05:00
HostInfoFlow.java Make host flows only accept canonicalized host names as input 2016-11-10 11:29:03 -05:00
HostUpdateFlow.java Make host flows only accept canonicalized host names as input 2016-11-10 11:29:03 -05:00