mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Add package for flow pickers
This also renames the existing FlowRegistry to FlowPicker to avoid overloaded uses of the word "registry". Absent this renaming, the new package would've been google.registry.flows.registry, which gives entirely the wrong impression as it makes it sound like the home for flows that affect TLDs. This is a preparatory CL for adding flow picker engines that will allow customized flows to run on a per-TLD basis. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122671260
This commit is contained in:
parent
59e9d77ecc
commit
ca0e546230
8 changed files with 14 additions and 11 deletions
|
@ -16,7 +16,7 @@ package google.registry.flows;
|
|||
|
||||
import static google.registry.flows.EppXmlTransformer.marshalWithLenientRetry;
|
||||
import static google.registry.flows.EppXmlTransformer.unmarshal;
|
||||
import static google.registry.flows.FlowRegistry.getFlowClass;
|
||||
import static google.registry.flows.picker.FlowPicker.getFlowClass;
|
||||
|
||||
import com.google.apphosting.api.ApiProxy;
|
||||
import com.google.common.annotations.VisibleForTesting;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue