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

Method ExportHandler

code/src/java/pcgen/io/ExportHandler.java:165–169  ·  view source on GitHub ↗

Constructor. Populates the token map (a list of possible output tokens) and sets the character sheet template we are using. @param templateFile the template to use while exporting.

(File templateFile)

Source from the content-addressed store, hash-verified

163 * @param templateFile the template to use while exporting.
164 */
165 protected ExportHandler(File templateFile)
166 {
167 populateTokenMap();
168 this.templateFile = templateFile;
169 }
170
171 /**
172 * Replace the token, but deliberately skip the math

Callers

nothing calls this directly

Calls 1

populateTokenMapMethod · 0.95

Tested by

no test coverage detected