| Package | Description |
|---|---|
| com.ctrip.framework.apollo | |
| com.ctrip.framework.apollo.internals | |
| com.ctrip.framework.apollo.spi | |
| com.ctrip.framework.apollo.spring.config |
| Modifier and Type | Method and Description |
|---|---|
static Config |
ConfigService.getAppConfig()
Get Application's config instance.
|
static Config |
ConfigService.getConfig(String namespace)
Get the config instance for the namespace.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfig |
class |
DefaultConfig |
class |
SimpleConfig |
| Modifier and Type | Method and Description |
|---|---|
Config |
ConfigManager.getConfig(String namespace)
Get the config instance for the namespace specified.
|
Config |
DefaultConfigManager.getConfig(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
Config |
ConfigFactory.create(String namespace)
Create the config instance for the namespace.
|
Config |
DefaultConfigFactory.create(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
ConfigPropertySource |
ConfigPropertySourceFactory.getConfigPropertySource(String name,
Config source) |
Copyright © 2022 Ctrip, Inc.. All rights reserved.