public class ReportTask.HTMLFormatterElement extends Object
| Constructor and Description |
|---|
ReportTask.HTMLFormatterElement() |
| Modifier and Type | Method and Description |
|---|---|
org.jacoco.report.IReportVisitor |
createVisitor() |
void |
setDestdir(File destdir)
Sets the output directory for the report.
|
void |
setDestfile(File destfile)
Sets the Zip output file for the report.
|
void |
setEncoding(String encoding)
Sets the output encoding for generated HTML files.
|
void |
setFooter(String text)
Sets an optional footer text that will be displayed on every report
page.
|
void |
setLocale(Locale locale)
Sets the locale for generated text output.
|
public void setDestdir(File destdir)
destdir - output directorypublic void setDestfile(File destfile)
destfile - Zip output filepublic void setFooter(String text)
text - footer textpublic void setEncoding(String encoding)
encoding - output encodingpublic void setLocale(Locale locale)
locale - text localepublic org.jacoco.report.IReportVisitor createVisitor()
throws IOException
IOExceptionCopyright © 2009-2015 Mountainminds GmbH & Co. KG. All Rights Reserved.