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

Method getConfig

core/src/main/java/io/ddf/util/ConfigHandler.java:48–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48 @Override
49 public Configuration getConfig() {
50 if (mConfig == null) try {
51 mConfig = this.loadConfig();
52
53 } catch (Exception e) {
54 mLog.error("Unable to initialize configuration", e);
55 }
56
57 return mConfig;
58 }
59
60
61 /**

Callers 4

getSectionMethod · 0.95
getValueMethod · 0.95
getSectionsMethod · 0.95
getSettingsMethod · 0.95

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected