Package org.jacoco.ant
Class ReportTask.CSVFormatterElement
- java.lang.Object
-
- org.jacoco.ant.ReportTask.FormatterElement
-
- org.jacoco.ant.ReportTask.CSVFormatterElement
-
- Enclosing class:
- ReportTask
public class ReportTask.CSVFormatterElement extends ReportTask.FormatterElement
Formatter element for CSV reports.
-
-
Constructor Summary
Constructors Constructor Description CSVFormatterElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IReportVisitorcreateVisitor()voidsetDestfile(java.io.File destfile)Sets the output file for the report.voidsetEncoding(java.lang.String encoding)Sets the output encoding for generated XML file.-
Methods inherited from class org.jacoco.ant.ReportTask.FormatterElement
finish
-
-
-
-
Method Detail
-
setDestfile
public void setDestfile(java.io.File destfile)
Sets the output file for the report.- Parameters:
destfile- output file
-
createVisitor
public IReportVisitor createVisitor() throws java.io.IOException
- Specified by:
createVisitorin classReportTask.FormatterElement- Throws:
java.io.IOException
-
setEncoding
public void setEncoding(java.lang.String encoding)
Sets the output encoding for generated XML file. Default is UTF-8.- Parameters:
encoding- output encoding
-
-