Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getDirectory
Method · 0.95
relativize
Method · 0.95
Calls
2
getInstance
Method · 0.95
getProperty
Method · 0.45
Tested by
no test coverage detected