public abstract class AbstractFileReporter extends AbstractFilterableReporter
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFileReporter(File f) |
| Modifier and Type | Method and Description |
|---|---|
protected freemarker.template.Configuration |
createFreemarkerConfig(String templatePath,
String encoding) |
protected String |
getFileNameAsExt(String fileName,
String[] checkExt) |
protected void |
loadTemplateModel() |
protected void |
processTemplate(freemarker.template.Template template,
File outputFile) |
filterAndGetprotected static final String PATH_SEP
protected AbstractFileReporter(File f)
protected void loadTemplateModel()
protected void processTemplate(freemarker.template.Template template,
File outputFile)
throws freemarker.template.TemplateException,
IOException
freemarker.template.TemplateExceptionIOExceptionprotected freemarker.template.Configuration createFreemarkerConfig(String templatePath, String encoding)
Copyright © 2020. All rights reserved.