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

Method getVendorDataDir

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

Source from the content-addressed store, hash-verified

137 }
138
139 public static String getVendorDataDir()
140 {
141 return getDirectory(VENDOR_DATA_DIR);
142 }
143
144 public static String getHomebrewDataDir()
145 {

Callers 9

LocationPanelMethod · 0.95
prefsButtonHandlerMethod · 0.95
performAnalysisMethod · 0.95
SourceFolderEnum · 0.95
installDataSourceMethod · 0.95
runMethod · 0.95

Calls 1

getDirectoryMethod · 0.95