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

Method getSystemProperty

code/src/java/pcgen/system/PCGenSettings.java:154–157  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

152 }
153
154 private static String getSystemProperty(String key)
155 {
156 return getInstance().getProperty(key);
157 }
158
159 private static Object setSystemProperty(String key, String value)
160 {

Callers 2

getDirectoryMethod · 0.95
relativizeMethod · 0.95

Calls 2

getInstanceMethod · 0.95
getPropertyMethod · 0.45

Tested by

no test coverage detected