Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ relativize
Method
relativize
code/src/java/pcgen/system/PCGenSettings.java:187–190 ·
view source on GitHub ↗
(String property)
Source
from the content-addressed store, hash-verified
185
}
186
187
private
static
void
relativize(String property)
188
{
189
setSystemProperty(property, unexpandRelativePath(getSystemProperty(property)));
190
}
191
192
}
Callers
4
beforePropertiesSaved
Method · 0.95
doInBackground
Method · 0.45
getValidFiles
Method · 0.45
getDefaultSheet
Method · 0.45
Calls
3
setSystemProperty
Method · 0.95
unexpandRelativePath
Method · 0.95
getSystemProperty
Method · 0.95
Tested by
no test coverage detected