MCPcopy Create free account
hub / github.com/PCGen/pcgen / getBoolean

Method getBoolean

code/src/java/pcgen/system/PropertyContext.java:245–248  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

243 }
244
245 public boolean getBoolean(String key)
246 {
247 return Boolean.parseBoolean(getProperty(key));
248 }
249
250 public boolean getBoolean(String key, boolean defaultValue)
251 {

Callers 15

shouldShowTipOfTheDayMethod · 0.80
getHTMLInfoMethod · 0.80
setDefaultOutputSheetMethod · 0.80
getDefaultOutputSheetMethod · 0.80
getAsBooleanMethod · 0.80
PlayerCharacterClass · 0.80
toStringMethod · 0.80
loadCustomItemsMethod · 0.80
isStartNameGeneratorMethod · 0.80

Calls 2

getPropertyMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected