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