Uses of Interface
org.jacoco.report.IMultiReportOutput

Packages that use IMultiReportOutput
org.jacoco.report Common interfaces and utilities for report generation. 
org.jacoco.report.html HTML report implementation. 
 

Uses of IMultiReportOutput in org.jacoco.report
 

Classes in org.jacoco.report that implement IMultiReportOutput
 class FileMultiReportOutput
          Implementation of IMultiReportOutput that writes files directly to a given directory.
 class ZipMultiReportOutput
          Implementation of IMultiReportOutput that writes files into a ZipOutputStream.
 

Uses of IMultiReportOutput in org.jacoco.report.html
 

Methods in org.jacoco.report.html with parameters of type IMultiReportOutput
 IReportVisitor HTMLFormatter.createVisitor(IMultiReportOutput output)
          Creates a new visitor to write a report to the given output.
 



Copyright © 2009–2024 Mountainminds GmbH & Co. KG. All rights reserved.