MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getBoolean

Method getBoolean

classpath/java/lang/Boolean.java:62–64  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

60 }
61
62 public static boolean getBoolean(String name) {
63 return parseBoolean(System.getProperty(name));
64 }
65
66 public static boolean parseBoolean(String string) {
67 return string != null && string.equalsIgnoreCase("true");

Callers 1

fieldMethod · 0.45

Calls 2

parseBooleanMethod · 0.95
getPropertyMethod · 0.95

Tested by

no test coverage detected