| Package | Description |
|---|---|
| com.ctrip.framework.apollo | |
| com.ctrip.framework.apollo.enums | |
| com.ctrip.framework.apollo.internals |
| Modifier and Type | Method and Description |
|---|---|
ConfigSourceType |
ConfigFile.getSourceType()
Return the config's source type, i.e.
|
ConfigSourceType |
Config.getSourceType()
Return the config's source type, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigSourceType |
ConfigSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigSourceType[] |
ConfigSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigSourceType |
SimpleConfig.getSourceType() |
ConfigSourceType |
LocalFileConfigRepository.getSourceType() |
ConfigSourceType |
DefaultConfig.getSourceType() |
ConfigSourceType |
PropertiesCompatibleFileConfigRepository.getSourceType() |
ConfigSourceType |
RemoteConfigRepository.getSourceType() |
ConfigSourceType |
AbstractConfigFile.getSourceType() |
ConfigSourceType |
ConfigRepository.getSourceType()
Return the config's source type, i.e.
|
Copyright © 2022 Ctrip, Inc.. All rights reserved.