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

Method getIntegerProperty

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

Source from the content-addressed store, hash-verified

75 }
76
77 public int getIntegerProperty(String property, int def) {
78 return new Integer(getProperty(property, Integer.toString(def)));
79 }
80
81 public static MainHandler getCurrentInstance() {
82 return instance;

Callers 6

runMethod · 0.80
initMethod · 0.80
mainMethod · 0.80
getNetmailMethod · 0.80
getEchoMailMethod · 0.80
getFileMailMethod · 0.80

Calls 2

getPropertyMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected