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

Method getSection

core/src/main/java/io/ddf/util/ConfigHandler.java:229–231  ·  view source on GitHub ↗
(String sectionName)

Source from the content-addressed store, hash-verified

227 }
228
229 public Section getSection(String sectionName) {
230 return this.getConfig().getSection(sectionName);
231 }
232
233 @Override
234 public String getValue(String sectionName, String key) {

Callers

nothing calls this directly

Calls 2

getConfigMethod · 0.95
getSectionMethod · 0.65

Tested by

no test coverage detected