Uses of Interface
org.jacoco.report.IReportGroupVisitor
-
Packages that use IReportGroupVisitor Package Description org.jacoco.report Common interfaces and utilities for report generation.org.jacoco.report.internal org.jacoco.report.internal.html org.jacoco.report.internal.xml -
-
Uses of IReportGroupVisitor in org.jacoco.report
Subinterfaces of IReportGroupVisitor in org.jacoco.report Modifier and Type Interface Description interface
IReportVisitor
Interface for all implementations to retrieve structured report data.Classes in org.jacoco.report that implement IReportGroupVisitor Modifier and Type Class Description class
MultiReportVisitor
A report visitor that is composed from multiple other visitors.Methods in org.jacoco.report that return IReportGroupVisitor Modifier and Type Method Description IReportGroupVisitor
IReportGroupVisitor. visitGroup(java.lang.String name)
Called to add a new group to the report. -
Uses of IReportGroupVisitor in org.jacoco.report.internal
Classes in org.jacoco.report.internal that implement IReportGroupVisitor Modifier and Type Class Description class
AbstractGroupVisitor
Internal base visitor to calculate group counter summaries for hierarchical reports.Methods in org.jacoco.report.internal that return IReportGroupVisitor Modifier and Type Method Description IReportGroupVisitor
AbstractGroupVisitor. visitGroup(java.lang.String name)
-
Uses of IReportGroupVisitor in org.jacoco.report.internal.html
Classes in org.jacoco.report.internal.html that implement IReportGroupVisitor Modifier and Type Class Description class
HTMLGroupVisitor
Group visitor for HTML reports. -
Uses of IReportGroupVisitor in org.jacoco.report.internal.xml
Classes in org.jacoco.report.internal.xml that implement IReportGroupVisitor Modifier and Type Class Description class
XMLGroupVisitor
AIReportGroupVisitor
that transforms the report structure into XML elements.
-