Uses of Interface
org.jacoco.report.IReportGroupVisitor
Packages that use IReportGroupVisitor
Package
Description
Common interfaces and utilities for report generation.
CSV report implementation.
-
Uses of IReportGroupVisitor in org.jacoco.ant
Methods in org.jacoco.ant with parameters of type IReportGroupVisitorModifier and TypeMethodDescriptionprivate void
ReportTask.createReport
(IReportGroupVisitor visitor, ReportTask.GroupElement group) -
Uses of IReportGroupVisitor in org.jacoco.maven
Methods in org.jacoco.maven with parameters of type IReportGroupVisitorModifier and TypeMethodDescription(package private) abstract void
AbstractReportMojo.createReport
(IReportGroupVisitor visitor, ReportSupport support) (package private) void
ReportAggregateMojo.createReport
(IReportGroupVisitor visitor, ReportSupport support) (package private) void
ReportITMojo.createReport
(IReportGroupVisitor visitor, ReportSupport support) (package private) void
ReportMojo.createReport
(IReportGroupVisitor visitor, ReportSupport support) void
ReportSupport.processProject
(IReportGroupVisitor visitor, String bundleName, org.apache.maven.project.MavenProject project, List<String> includes, List<String> excludes, String srcEncoding) Calculates coverage for the given project and emits it to the report group including source referencesprivate void
ReportSupport.processProject
(IReportGroupVisitor visitor, String bundleName, org.apache.maven.project.MavenProject project, List<String> includes, List<String> excludes, ISourceFileLocator locator) void
ReportSupport.processProject
(IReportGroupVisitor visitor, org.apache.maven.project.MavenProject project, List<String> includes, List<String> excludes) Calculates coverage for the given project and emits it to the report group without source references -
Uses of IReportGroupVisitor in org.jacoco.report
Subinterfaces of IReportGroupVisitor in org.jacoco.reportModifier and TypeInterfaceDescriptioninterface
Interface for all implementations to retrieve structured report data.Classes in org.jacoco.report that implement IReportGroupVisitorModifier and TypeClassDescription(package private) class
class
A report visitor that is composed from multiple other visitors.Fields in org.jacoco.report with type parameters of type IReportGroupVisitorModifier and TypeFieldDescriptionprivate final List<? extends IReportGroupVisitor>
MultiGroupVisitor.visitors
Methods in org.jacoco.report that return IReportGroupVisitorModifier and TypeMethodDescriptionIReportGroupVisitor.visitGroup
(String name) Called to add a new group to the report.MultiGroupVisitor.visitGroup
(String name) Constructor parameters in org.jacoco.report with type arguments of type IReportGroupVisitorModifierConstructorDescription(package private)
MultiGroupVisitor
(List<? extends IReportGroupVisitor> visitors) -
Uses of IReportGroupVisitor in org.jacoco.report.csv
Classes in org.jacoco.report.csv that implement IReportGroupVisitorModifier and TypeClassDescription(package private) class
Report visitor that handles coverage information for groups.Methods in org.jacoco.report.csv that return IReportGroupVisitor -
Uses of IReportGroupVisitor in org.jacoco.report.internal
Classes in org.jacoco.report.internal that implement IReportGroupVisitorModifier and TypeClassDescriptionclass
Internal base visitor to calculate group counter summaries for hierarchical reports.Methods in org.jacoco.report.internal that return IReportGroupVisitorModifier and TypeMethodDescriptionfinal IReportGroupVisitor
AbstractGroupVisitor.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 TypeClassDescriptionclass
AIReportGroupVisitor
that transforms the report structure into XML elements.