public class FallbackConfig extends AbstractConfig
ConfigIntf.ConfigChangeListener| Constructor and Description |
|---|
FallbackConfig(ConfigIntf config,
ConfigIntf fallback) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllParameters() |
ConfigIntf |
getConfigWithoutFallback() |
String |
getParameter(String key) |
Map<String,String> |
getParametersMatching(String keyRegExp,
boolean stripMatchingKey) |
String |
removeParameter(String key) |
String |
setParameter(String key,
String value) |
clearCache, getBoolean, getChar, getDouble, getInt, getLong, getParametersMatching, getString, notifyListeners, registerConfigChangeListener, unregisterConfigChangeListenerpublic FallbackConfig(ConfigIntf config, ConfigIntf fallback)
public ConfigIntf getConfigWithoutFallback()
public Map<String,String> getParametersMatching(String keyRegExp, boolean stripMatchingKey)
Copyright © 2017 SAP SE. All Rights Reserved.