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

Method customBioSetFilePath

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

Get custom bio file set path @param usePath @return custom bio file set path

(final boolean usePath)

Source from the content-addressed store, hash-verified

75 * @return custom bio file set path
76 */
77 public static String customBioSetFilePath(final boolean usePath)
78 {
79 return getCustomPath("BioSet", usePath);
80 }
81
82 /**
83 * Get customClassFilePath

Callers 2

writeCustomBioSetMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected