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

Method customDomainFilePath

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

Get customDomainFilePath @param usePath @return customDomainFilePath

(final boolean usePath)

Source from the content-addressed store, hash-verified

108 * @return customDomainFilePath
109 */
110 public static String customDomainFilePath(final boolean usePath)
111 {
112 return getCustomPath("Domains", usePath);
113 }
114
115 /**
116 * Get customAbilityFilePath

Callers 2

writeCustomDomainsMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected