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

Method customClassFilePath

code/src/java/pcgen/core/CustomData.java:88–91  ·  view source on GitHub ↗

Get customClassFilePath @param usePath @return customClassFilePath

(final boolean usePath)

Source from the content-addressed store, hash-verified

86 * @return customClassFilePath
87 */
88 public static String customClassFilePath(final boolean usePath)
89 {
90 return getCustomPath("Classes", usePath);
91 }
92
93 /**
94 * Get customDeityFilePath

Callers 2

writeCustomClassesMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected