public interface ConfigManager
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig(String namespace)
Get the config instance for the namespace specified.
|
ConfigFile |
getConfigFile(String namespace,
ConfigFileFormat configFileFormat)
Get the config file instance for the namespace specified.
|
Config getConfig(String namespace)
namespace - the namespaceConfigFile getConfigFile(String namespace, ConfigFileFormat configFileFormat)
namespace - the namespaceconfigFileFormat - the config file formatCopyright © 2022 Ctrip, Inc.. All rights reserved.