Uses of Interface
org.jacoco.report.IReportGroupVisitor
Packages that use IReportGroupVisitor
Package
Description
Common interfaces and utilities for report generation.
-
Uses of IReportGroupVisitor in org.jacoco.report
Subinterfaces of IReportGroupVisitor in org.jacoco.reportModifier and TypeInterfaceDescriptioninterfaceInterface for all implementations to retrieve structured report data.Classes in org.jacoco.report that implement IReportGroupVisitorModifier and TypeClassDescriptionclassA report visitor that is composed from multiple other visitors.Methods in org.jacoco.report that return IReportGroupVisitorModifier and TypeMethodDescriptionIReportGroupVisitor.visitGroup(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 IReportGroupVisitorModifier and TypeClassDescriptionclassInternal base visitor to calculate group counter summaries for hierarchical reports.Methods in org.jacoco.report.internal that return IReportGroupVisitorModifier and TypeMethodDescriptionfinal IReportGroupVisitorAbstractGroupVisitor.visitGroup(String name) -
Uses of IReportGroupVisitor in org.jacoco.report.internal.html
Classes in org.jacoco.report.internal.html that implement IReportGroupVisitor -
Uses of IReportGroupVisitor in org.jacoco.report.internal.xml
Classes in org.jacoco.report.internal.xml that implement IReportGroupVisitorModifier and TypeClassDescriptionclassAIReportGroupVisitorthat transforms the report structure into XML elements.