| Package | Description |
|---|---|
| com.ctrip.framework.apollo.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigFactory |
| Modifier and Type | Method and Description |
|---|---|
ConfigFactory |
ConfigRegistry.getFactory(String namespace)
Get the registered config factory for the namespace.
|
ConfigFactory |
DefaultConfigRegistry.getFactory(String namespace) |
ConfigFactory |
ConfigFactoryManager.getFactory(String namespace)
Get the config factory for the namespace.
|
ConfigFactory |
DefaultConfigFactoryManager.getFactory(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigRegistry.register(String namespace,
ConfigFactory factory)
Register the config factory for the namespace specified.
|
void |
DefaultConfigRegistry.register(String namespace,
ConfigFactory factory) |
Copyright © 2022 Ctrip, Inc.. All rights reserved.