| 程序包 | 说明 |
|---|---|
| com.ctrip.framework.apollo | |
| com.ctrip.framework.apollo.enums | |
| com.ctrip.framework.apollo.internals |
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigSourceType |
ConfigFile.getSourceType()
Return the config's source type, i.e. where is the config loaded from
|
ConfigSourceType |
Config.getSourceType()
Return the config's source type, i.e. where is the config loaded from
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ConfigSourceType |
ConfigSourceType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ConfigSourceType[] |
ConfigSourceType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigSourceType |
SimpleConfig.getSourceType() |
ConfigSourceType |
RemoteConfigRepository.getSourceType() |
ConfigSourceType |
PropertiesCompatibleFileConfigRepository.getSourceType() |
ConfigSourceType |
LocalFileConfigRepository.getSourceType() |
ConfigSourceType |
DefaultConfig.getSourceType() |
ConfigSourceType |
ConfigRepository.getSourceType()
Return the config's source type, i.e. where is the config loaded from
|
ConfigSourceType |
AbstractConfigFile.getSourceType() |
Copyright © 2019 Ctrip, Inc.. All rights reserved.