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

Method setProperty

jnode-core/src/jnode/main/MainHandler.java:53–55  ·  view source on GitHub ↗
(String key, String value)

Source from the content-addressed store, hash-verified

51 }
52
53 public void setProperty(String key, String value) {
54 config.setProperty(key, value);
55 }
56
57 public String getProperty(String property, String def) {
58 return config.getProperty(property, def);

Callers 4

mainMethod · 0.80
fillDefaultConfigMethod · 0.80
actionPerformedMethod · 0.80
getSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected