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

Method initInt

code/src/java/pcgen/system/PropertyContext.java:240–243  ·  view source on GitHub ↗
(String key, int defaultValue)

Source from the content-addressed store, hash-verified

238 }
239
240 public int initInt(String key, int defaultValue)
241 {
242 return NumberUtils.toInt(initProperty(key, Integer.toString(defaultValue)));
243 }
244
245 public boolean getBoolean(String key)
246 {

Callers 9

setTreeViewModelMethod · 0.95
resetComponentsMethod · 0.95
getSingleChoiceActionMethod · 0.80
TipOfTheDayHandlerMethod · 0.80
OutputPanelMethod · 0.80
applyPreferencesMethod · 0.80
getSkillFilterMethod · 0.80
getDefaultSkillFilterMethod · 0.80

Calls 2

initPropertyMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected