MCPcopy Create free account
hub / github.com/ddf-project/DDF / getGlobalValue

Method getGlobalValue

core/src/main/java/io/ddf/misc/Config.java:91–93  ·  view source on GitHub ↗
(ConfigConstant key)

Source from the content-addressed store, hash-verified

89
90
91 public static String getGlobalValue(ConfigConstant key) {
92 return getValue(ConfigConstant.SECTION_GLOBAL.toString(), key.toString());
93 }
94
95 public static String getGlobalValue(String key) {
96 return getValue(ConfigConstant.SECTION_GLOBAL.toString(), key);

Callers 5

DDFCacheMethod · 0.95
getMaxLevelCountsMethod · 0.95
getRuntimeDirMethod · 0.95

Calls 2

getValueMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected