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

Method getInt

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

Source from the content-addressed store, hash-verified

223 }
224
225 public int getInt(String key)
226 {
227 return NumberUtils.toInt(getProperty(key));
228 }
229
230 public int getInt(String key, int defaultValue)
231 {

Callers 3

setCharacterMethod · 0.80
applyPreferencesMethod · 0.80
isVerboseMethod · 0.80

Calls 2

getPropertyMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected