Package io.quarkus.jacoco.runtime
Class ReportCreator
- java.lang.Object
-
- io.quarkus.jacoco.runtime.ReportCreator
-
-
Constructor Summary
Constructors Constructor Description ReportCreator(ReportInfo reportInfo, JacocoConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCsvFormatter(File targetfile, String encoding, List<org.jacoco.report.IReportVisitor> formatters)voidaddHtmlFormatter(File targetdir, String encoding, String footer, Locale locale, List<org.jacoco.report.IReportVisitor> formatters)voidaddXmlFormatter(File targetfile, String encoding, List<org.jacoco.report.IReportVisitor> formatters)voidrun()
-
-
-
Constructor Detail
-
ReportCreator
public ReportCreator(ReportInfo reportInfo, JacocoConfig config)
-
-
Method Detail
-
addXmlFormatter
public void addXmlFormatter(File targetfile, String encoding, List<org.jacoco.report.IReportVisitor> formatters) throws IOException
- Throws:
IOException
-
addCsvFormatter
public void addCsvFormatter(File targetfile, String encoding, List<org.jacoco.report.IReportVisitor> formatters) throws IOException
- Throws:
IOException
-
addHtmlFormatter
public void addHtmlFormatter(File targetdir, String encoding, String footer, Locale locale, List<org.jacoco.report.IReportVisitor> formatters) throws IOException
- Throws:
IOException
-
-