MCPcopy 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

beforePropertiesSavedMethod · 0.95
doInBackgroundMethod · 0.45
getValidFilesMethod · 0.45
getDefaultSheetMethod · 0.45

Calls 3

setSystemPropertyMethod · 0.95
unexpandRelativePathMethod · 0.95
getSystemPropertyMethod · 0.95

Tested by

no test coverage detected