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.html.page | |
org.jacoco.report.internal.xml |
Modifier and Type | Class | Description |
---|---|---|
class |
DirectorySourceFileLocator |
Locator for source files that picks source files from a given directory in
the file system.
|
class |
InputStreamSourceFileLocator |
Abstract base class for
ISourceFileLocator locator implementations
based on InputStream s. |
class |
MultiSourceFileLocator |
Locator that searches source files in multiple
ISourceFileLocator
instances. |
Modifier and Type | Method | Description |
---|---|---|
void |
MultiSourceFileLocator.add(ISourceFileLocator locator) |
Adds the given locator.
|
void |
IReportGroupVisitor.visitBundle(IBundleCoverage bundle,
ISourceFileLocator locator) |
Called to add a bundle to the the report.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract void |
AbstractGroupVisitor.handleBundle(IBundleCoverage bundle,
ISourceFileLocator locator) |
Called to handle the given bundle in a specific way.
|
void |
AbstractGroupVisitor.visitBundle(IBundleCoverage bundle,
ISourceFileLocator locator) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
HTMLGroupVisitor.handleBundle(IBundleCoverage bundle,
ISourceFileLocator locator) |
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.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
XMLGroupVisitor.handleBundle(IBundleCoverage bundle,
ISourceFileLocator locator) |
Copyright © 2018. All rights reserved.