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

Method getTemplatesToken

code/src/java/plugin/exporttokens/DirToken.java:132–135  ·  view source on GitHub ↗

Get the TEMPLATES sub token @return TEMPLATES sub token

()

Source from the content-addressed store, hash-verified

130 * @return TEMPLATES sub token
131 */
132 public static String getTemplatesToken()
133 {
134 return new File(ConfigurationSettings.getOutputSheetsDir()).getAbsolutePath();
135 }
136}

Callers 1

getTokenMethod · 0.95

Calls 1

getOutputSheetsDirMethod · 0.95

Tested by

no test coverage detected