Uses of Interface
org.jacoco.report.IMultiReportOutput
Packages that use IMultiReportOutput
Package
Description
Common interfaces and utilities for report generation.
HTML report implementation.
-
Uses of IMultiReportOutput in org.jacoco.report
Classes in org.jacoco.report that implement IMultiReportOutputModifier and TypeClassDescriptionclass
Implementation ofIMultiReportOutput
that writes files directly to a given directory.class
Implementation ofIMultiReportOutput
that writes files into aZipOutputStream
. -
Uses of IMultiReportOutput in org.jacoco.report.html
Methods in org.jacoco.report.html with parameters of type IMultiReportOutputModifier and TypeMethodDescriptionHTMLFormatter.createVisitor
(IMultiReportOutput output) Creates a new visitor to write a report to the given output. -
Uses of IMultiReportOutput in org.jacoco.report.internal
Fields in org.jacoco.report.internal declared as IMultiReportOutputConstructors in org.jacoco.report.internal with parameters of type IMultiReportOutputModifierConstructorDescriptionReportOutputFolder
(IMultiReportOutput output) Creates a new root folder for the given output.private
ReportOutputFolder
(IMultiReportOutput output, ReportOutputFolder parent, String path) Creates a new root folder for the given output.