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

Method customTemplateFilePath

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

GEt customTemplateFilePath @param usePath @return customTemplateFilePath

(final boolean usePath)

Source from the content-addressed store, hash-verified

197 * @return customTemplateFilePath
198 */
199 public static String customTemplateFilePath(final boolean usePath)
200 {
201 return getCustomPath("Templates", usePath);
202 }
203
204 /**
205 * Write custom files out

Callers 2

writeCustomTemplatesMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected