| Package | Description |
|---|---|
| com.ctrip.framework.apollo | |
| com.ctrip.framework.apollo.internals | |
| com.ctrip.framework.apollo.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertiesCompatibleConfigFile
Config files that are properties compatible, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigFile |
ConfigService.getConfigFile(String namespace,
ConfigFileFormat configFileFormat) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigFile |
class |
JsonConfigFile |
class |
PlainTextConfigFile |
class |
PropertiesConfigFile |
class |
TxtConfigFile |
class |
XmlConfigFile |
class |
YamlConfigFile |
class |
YmlConfigFile |
| Modifier and Type | Method and Description |
|---|---|
ConfigFile |
ConfigManager.getConfigFile(String namespace,
ConfigFileFormat configFileFormat)
Get the config file instance for the namespace specified.
|
ConfigFile |
DefaultConfigManager.getConfigFile(String namespace,
ConfigFileFormat configFileFormat) |
| Modifier and Type | Method and Description |
|---|---|
ConfigFile |
ConfigFactory.createConfigFile(String namespace,
ConfigFileFormat configFileFormat)
Create the config file instance for the namespace
|
ConfigFile |
DefaultConfigFactory.createConfigFile(String namespace,
ConfigFileFormat configFileFormat) |
Copyright © 2022 Ctrip, Inc.. All rights reserved.