public interface ConfigFactory
| Modifier and Type | Method and Description |
|---|---|
Config |
create(String namespace)
Create the config instance for the namespace.
|
Config |
create(String appId,
String namespace)
Create the config instance for the appId and namespace.
|
ConfigFile |
createConfigFile(String namespace,
ConfigFileFormat configFileFormat)
Create the config file instance for the namespace
|
ConfigFile |
createConfigFile(String appId,
String namespace,
ConfigFileFormat configFileFormat)
Create the config file instance for the appId and namespace.
|
Config create(String namespace)
namespace - the namespaceConfig create(String appId, String namespace)
appId - the appIdnamespace - the namespaceConfigFile createConfigFile(String namespace, ConfigFileFormat configFileFormat)
namespace - the namespaceConfigFile createConfigFile(String appId, String namespace, ConfigFileFormat configFileFormat)
appId - the appIdnamespace - the namespaceCopyright © 2025. All rights reserved.