public interface ConfigRegistry
| Modifier and Type | Method and Description |
|---|---|
ConfigFactory |
getFactory(String namespace)
Get the registered config factory for the namespace.
|
void |
register(String namespace,
ConfigFactory factory)
Register the config factory for the namespace specified.
|
void register(String namespace, ConfigFactory factory)
namespace - the namespacefactory - the factory for this namespaceConfigFactory getFactory(String namespace)
namespace - the namespaceCopyright © 2022 Ctrip, Inc.. All rights reserved.