Uses of Interface
org.jacoco.report.IReportGroupVisitor

Packages that use IReportGroupVisitor
org.jacoco.report Common interfaces and utilities for report generation. 
 

Uses of IReportGroupVisitor in org.jacoco.report
 

Subinterfaces of IReportGroupVisitor in org.jacoco.report
 interface IReportVisitor
          Interface for all implementations to retrieve structured report data.
 

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

Methods in org.jacoco.report that return IReportGroupVisitor
 IReportGroupVisitor IReportGroupVisitor.visitGroup(String name)
          Called to add a new group to the report.
 



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