Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
maybeShowWarningConfirm
Method · 0.80
shouldShowTipOfTheDay
Method · 0.80
getHTMLInfo
Method · 0.80
setDefaultOutputSheet
Method · 0.80
getDefaultOutputSheet
Method · 0.80
applyOptionValuesToControls
Method · 0.80
applyOptionValuesToControls
Method · 0.80
getAsBoolean
Method · 0.80
PlayerCharacter
Class · 0.80
toString
Method · 0.80
loadCustomItems
Method · 0.80
isStartNameGenerator
Method · 0.80
Calls
2
getProperty
Method · 0.95
toString
Method · 0.65
Tested by
no test coverage detected