Uses of Interface
org.jacoco.report.IReportVisitor

Packages that use IReportVisitor
org.jacoco.report Common interfaces and utilities for report generation. 
org.jacoco.report.check Rules check implementation. 
org.jacoco.report.csv CSV report implementation. 
org.jacoco.report.html HTML report implementation. 
org.jacoco.report.xml XML report implementation. 
 

Uses of IReportVisitor in org.jacoco.report
 

Classes in org.jacoco.report that implement IReportVisitor
 class MultiReportVisitor
          A report visitor that is composed from multiple other visitors.
 

Constructor parameters in org.jacoco.report with type arguments of type IReportVisitor
MultiReportVisitor(List<IReportVisitor> visitors)
          New visitor delegating to all given visitors.
 

Uses of IReportVisitor in org.jacoco.report.check
 

Methods in org.jacoco.report.check that return IReportVisitor
 IReportVisitor RulesChecker.createVisitor(IViolationsOutput output)
          Creates a new visitor to process the configured checks.
 

Uses of IReportVisitor in org.jacoco.report.csv
 

Methods in org.jacoco.report.csv that return IReportVisitor
 IReportVisitor CSVFormatter.createVisitor(OutputStream output)
          Creates a new visitor to write a report to the given stream.
 

Uses of IReportVisitor in org.jacoco.report.html
 

Methods in org.jacoco.report.html that return IReportVisitor
 IReportVisitor HTMLFormatter.createVisitor(IMultiReportOutput output)
          Creates a new visitor to write a report to the given output.
 

Uses of IReportVisitor in org.jacoco.report.xml
 

Methods in org.jacoco.report.xml that return IReportVisitor
 IReportVisitor XMLFormatter.createVisitor(OutputStream output)
          Creates a new visitor to write a report to the given stream.
 



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