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

Method getTemplateFile

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

Returns the current templateFile being used @return templateFile

()

Source from the content-addressed store, hash-verified

214 * @return templateFile
215 */
216 public File getTemplateFile()
217 {
218 return templateFile;
219 }
220
221 /**
222 * Get variable value from the variable string passed in, this might be

Callers 4

exportMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected