Package org.jacoco.ant
Class ReportTask.CSVFormatterElement
- java.lang.Object
-
- org.jacoco.ant.ReportTask.CSVFormatterElement
-
- Enclosing class:
- ReportTask
public class ReportTask.CSVFormatterElement extends java.lang.ObjectFormatter 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.
-
-
-
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
- 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
-
-