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

Method initBoolean

code/src/java/pcgen/system/PropertyContext.java:260–263  ·  view source on GitHub ↗
(String key, boolean defaultValue)

Source from the content-addressed store, hash-verified

258 }
259
260 public boolean initBoolean(String key, boolean defaultValue)
261 {
262 return Boolean.parseBoolean(initProperty(key, Boolean.toString(defaultValue)));
263 }
264
265 @Override
266 public void propertyChange(PropertyChangeEvent evt)

Callers 15

showLicensesMethod · 0.95
maybeAutoLoadSourcesMethod · 0.80
loadCharacterFromFileMethod · 0.80
loadPartyFromFileMethod · 0.80
SourceSelectionDialogMethod · 0.80
skipSourceSelectionMethod · 0.80
initDefaultsMethod · 0.80
FilterButtonMethod · 0.80
readPccFilesMethod · 0.80
storeObjectMethod · 0.80
loadLstFileMethod · 0.80

Calls 2

initPropertyMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected