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

Method set

core/src/main/java/io/ddf/misc/Config.java:100–102  ·  view source on GitHub ↗
(String section, String key, String value)

Source from the content-addressed store, hash-verified

98
99
100 public static void set(String section, String key, String value) {
101 getConfigHandler().getSection(section).set(key, value);
102 }
103
104
105 static IHandleConfig sConfigHandler;

Callers 4

cleanupDDFMaximumDDFsMethod · 0.95
cleanupDDFTimeToIdleMethod · 0.95
keepingDDFwithNameMethod · 0.95
removeDDFWithNameMethod · 0.95

Calls 3

getConfigHandlerMethod · 0.95
setMethod · 0.65
getSectionMethod · 0.65

Tested by 4

cleanupDDFMaximumDDFsMethod · 0.76
cleanupDDFTimeToIdleMethod · 0.76
keepingDDFwithNameMethod · 0.76
removeDDFWithNameMethod · 0.76