Uses of Interface
org.jacoco.report.ISourceFileLocator
Packages that use ISourceFileLocator
Package
Description
Common interfaces and utilities for report generation.
CSV report implementation.
-
Uses of ISourceFileLocator in org.jacoco.ant
Classes in org.jacoco.ant that implement ISourceFileLocatorModifier and TypeClassDescription(package private) class
Source locator based on Ant file resources.(package private) class
Source file locator based on Ant resources. -
Uses of ISourceFileLocator in org.jacoco.cli.internal.commands
Methods in org.jacoco.cli.internal.commands that return ISourceFileLocator -
Uses of ISourceFileLocator in org.jacoco.maven
Classes in org.jacoco.maven that implement ISourceFileLocatorModifier and TypeClassDescriptionprivate class
private class
Methods in org.jacoco.maven with parameters of type ISourceFileLocatorModifier and TypeMethodDescriptionprivate void
ReportSupport.processProject
(IReportGroupVisitor visitor, String bundleName, org.apache.maven.project.MavenProject project, List<String> includes, List<String> excludes, ISourceFileLocator locator) -
Uses of ISourceFileLocator in org.jacoco.report
Classes in org.jacoco.report that implement ISourceFileLocatorModifier and TypeClassDescriptionclass
Locator for source files that picks source files from a given directory in the file system.class
Abstract base class forISourceFileLocator
locator implementations based onInputStream
s.class
Locator that searches source files in multipleISourceFileLocator
instances.Fields in org.jacoco.report with type parameters of type ISourceFileLocatorModifier and TypeFieldDescriptionprivate final List<ISourceFileLocator>
MultiSourceFileLocator.delegates
Methods in org.jacoco.report with parameters of type ISourceFileLocatorModifier and TypeMethodDescriptionvoid
MultiSourceFileLocator.add
(ISourceFileLocator locator) Adds the given locator.void
IReportGroupVisitor.visitBundle
(IBundleCoverage bundle, ISourceFileLocator locator) Called to add a bundle to the the report.void
MultiGroupVisitor.visitBundle
(IBundleCoverage bundle, ISourceFileLocator locator) -
Uses of ISourceFileLocator in org.jacoco.report.csv
Methods in org.jacoco.report.csv with parameters of type ISourceFileLocatorModifier and TypeMethodDescriptionvoid
CSVGroupHandler.visitBundle
(IBundleCoverage bundle, ISourceFileLocator locator) -
Uses of ISourceFileLocator in org.jacoco.report.internal
Methods in org.jacoco.report.internal with parameters of type ISourceFileLocatorModifier and TypeMethodDescriptionprotected abstract void
AbstractGroupVisitor.handleBundle
(IBundleCoverage bundle, ISourceFileLocator locator) Called to handle the given bundle in a specific way.final void
AbstractGroupVisitor.visitBundle
(IBundleCoverage bundle, ISourceFileLocator locator) -
Uses of ISourceFileLocator in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html with parameters of type ISourceFileLocatorModifier and TypeMethodDescriptionprotected void
HTMLGroupVisitor.handleBundle
(IBundleCoverage bundle, ISourceFileLocator locator) -
Uses of ISourceFileLocator in org.jacoco.report.internal.html.page
Fields in org.jacoco.report.internal.html.page declared as ISourceFileLocatorModifier and TypeFieldDescriptionprivate final ISourceFileLocator
BundlePage.locator
private final ISourceFileLocator
PackageSourcePage.locator
Constructors in org.jacoco.report.internal.html.page with parameters of type ISourceFileLocatorModifierConstructorDescriptionBundlePage
(IBundleCoverage bundle, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context) Creates a new visitor in the given context.PackagePage
(IPackageCoverage node, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context) Creates a new visitor in the given context.PackageSourcePage
(IPackageCoverage node, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context, ILinkable packagePage) Creates a new visitor in the given context. -
Uses of ISourceFileLocator in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type ISourceFileLocatorModifier and TypeMethodDescriptionprotected void
XMLGroupVisitor.handleBundle
(IBundleCoverage bundle, ISourceFileLocator locator)