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)
| 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 |
nothing calls this directly
no test coverage detected