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

Method getCustomDir

code/src/java/pcgen/system/PCGenSettings.java:149–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 public static String getCustomDir()
150 {
151 return getDirectory(CUSTOM_DATA_DIR);
152 }
153
154 private static String getSystemProperty(String key)
155 {

Callers 4

LocationPanelMethod · 0.95
prefsButtonHandlerMethod · 0.95
ensureCustomDirExistsMethod · 0.95
getCustomPathMethod · 0.95

Calls 1

getDirectoryMethod · 0.95

Tested by

no test coverage detected