|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacoco.ant.ReportTask.HTMLFormatterElement
public class ReportTask.HTMLFormatterElement
Formatter element for HTML reports.
Constructor Summary | |
---|---|
ReportTask.HTMLFormatterElement()
|
Method Summary | |
---|---|
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(String locale)
Sets the locale for generated text output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportTask.HTMLFormatterElement()
Method Detail |
---|
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(String locale)
locale
- text localepublic org.jacoco.report.IReportVisitor createVisitor() throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |