public class ReportTask.HTMLFormatterElement
extends java.lang.Object
| Constructor | Description |
|---|---|
HTMLFormatterElement() |
| Modifier and Type | Method | Description |
|---|---|---|
IReportVisitor |
createVisitor() |
|
void |
setDestdir(java.io.File destdir) |
Sets the output directory for the report.
|
void |
setDestfile(java.io.File destfile) |
Sets the Zip output file for the report.
|
void |
setEncoding(java.lang.String encoding) |
Sets the output encoding for generated HTML files.
|
void |
setFooter(java.lang.String text) |
Sets an optional footer text that will be displayed on every report
page.
|
void |
setLocale(java.lang.String locale) |
Sets the locale for generated text output.
|
public void setDestdir(java.io.File destdir)
destdir - output directorypublic void setDestfile(java.io.File destfile)
destfile - Zip output filepublic void setFooter(java.lang.String text)
text - footer textpublic void setEncoding(java.lang.String encoding)
encoding - output encodingpublic void setLocale(java.lang.String locale)
locale - text localepublic IReportVisitor createVisitor() throws java.io.IOException
java.io.IOExceptionCopyright © 2018. All rights reserved.