Uses of Interface
org.jacoco.report.ISourceFileLocator
-
Packages that use ISourceFileLocator Package Description org.jacoco.ant org.jacoco.cli.internal.commands org.jacoco.maven org.jacoco.report Common interfaces and utilities for report generation.org.jacoco.report.csv CSV report implementation.org.jacoco.report.internal org.jacoco.report.internal.html org.jacoco.report.internal.html.page org.jacoco.report.internal.xml -
-
Uses of ISourceFileLocator in org.jacoco.ant
Classes in org.jacoco.ant that implement ISourceFileLocator Modifier and Type Class Description (package private) classAntFilesLocatorSource locator based on Ant file resources.(package private) classAntResourcesLocatorSource 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 Modifier and Type Method Description private ISourceFileLocatorReport. getSourceLocator() -
Uses of ISourceFileLocator in org.jacoco.maven
Classes in org.jacoco.maven that implement ISourceFileLocator Modifier and Type Class Description private classReportSupport.NoSourceLocatorprivate classReportSupport.SourceFileCollectionMethods in org.jacoco.maven with parameters of type ISourceFileLocator Modifier and Type Method Description private voidReportSupport. processProject(IReportGroupVisitor visitor, java.lang.String bundleName, org.apache.maven.project.MavenProject project, java.util.List<java.lang.String> includes, java.util.List<java.lang.String> excludes, ISourceFileLocator locator) -
Uses of ISourceFileLocator in org.jacoco.report
Classes in org.jacoco.report that implement ISourceFileLocator Modifier and Type Class Description classDirectorySourceFileLocatorLocator for source files that picks source files from a given directory in the file system.classInputStreamSourceFileLocatorAbstract base class forISourceFileLocatorlocator implementations based onInputStreams.classMultiSourceFileLocatorLocator that searches source files in multipleISourceFileLocatorinstances.Fields in org.jacoco.report with type parameters of type ISourceFileLocator Modifier and Type Field Description private java.util.List<ISourceFileLocator>MultiSourceFileLocator. delegatesMethods in org.jacoco.report with parameters of type ISourceFileLocator Modifier and Type Method Description voidMultiSourceFileLocator. add(ISourceFileLocator locator)Adds the given locator.voidIReportGroupVisitor. visitBundle(IBundleCoverage bundle, ISourceFileLocator locator)Called to add a bundle to the report.voidMultiGroupVisitor. visitBundle(IBundleCoverage bundle, ISourceFileLocator locator) -
Uses of ISourceFileLocator in org.jacoco.report.csv
Methods in org.jacoco.report.csv with parameters of type ISourceFileLocator Modifier and Type Method Description voidCSVGroupHandler. visitBundle(IBundleCoverage bundle, ISourceFileLocator locator) -
Uses of ISourceFileLocator in org.jacoco.report.internal
Methods in org.jacoco.report.internal with parameters of type ISourceFileLocator Modifier and Type Method Description protected abstract voidAbstractGroupVisitor. handleBundle(IBundleCoverage bundle, ISourceFileLocator locator)Called to handle the given bundle in a specific way.voidAbstractGroupVisitor. 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 ISourceFileLocator Modifier and Type Method Description protected voidHTMLGroupVisitor. 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 ISourceFileLocator Modifier and Type Field Description private ISourceFileLocatorBundlePage. locatorprivate ISourceFileLocatorPackageSourcePage. locatorConstructors in org.jacoco.report.internal.html.page with parameters of type ISourceFileLocator Constructor Description BundlePage(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 ISourceFileLocator Modifier and Type Method Description protected voidXMLGroupVisitor. handleBundle(IBundleCoverage bundle, ISourceFileLocator locator)
-