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

Method getPCGenToken

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

Get the PCGEN sub token @return PCGEN sub token

()

Source from the content-addressed store, hash-verified

103 * @return PCGEN sub token
104 */
105 public static String getPCGenToken()
106 {
107 return new File(ConfigurationSettings.getSystemsDir()).getAbsolutePath();
108 }
109
110 /**
111 * Get the PCG sub token

Callers 1

getTokenMethod · 0.95

Calls 1

getSystemsDirMethod · 0.95

Tested by

no test coverage detected