MCPcopy Create free account
hub / github.com/annmuor/jnode / getProperty

Method getProperty

jnode-core/src/jnode/main/MainHandler.java:57–59  ·  view source on GitHub ↗
(String property, String def)

Source from the content-addressed store, hash-verified

55 }
56
57 public String getProperty(String property, String def) {
58 return config.getProperty(property, def);
59 }
60
61 public boolean haveProperty(String property) {
62 return config.containsKey(property);

Callers 15

getBooleanPropertyMethod · 0.95
getIntegerPropertyMethod · 0.95
XMPPClientMethod · 0.80
runMethod · 0.80
initMethod · 0.80
mainMethod · 0.80
tryRedirectLogMethod · 0.80
SystemInfoMethod · 0.80
StatPosterMethod · 0.80
getTechEchoareaMethod · 0.80
createNdlIndexFileMethod · 0.80
createNdlIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected