Package | Description |
---|---|
org.jacoco.ant | |
org.jacoco.report |
Common interfaces and utilities for report generation.
|
org.jacoco.report.check |
Rules check implementation.
|
org.jacoco.report.csv |
CSV report implementation.
|
org.jacoco.report.html |
HTML report implementation.
|
org.jacoco.report.xml |
XML report implementation.
|
Modifier and Type | Method and Description |
---|---|
IReportVisitor |
ReportTask.HTMLFormatterElement.createVisitor() |
IReportVisitor |
ReportTask.CSVFormatterElement.createVisitor() |
IReportVisitor |
ReportTask.XMLFormatterElement.createVisitor() |
IReportVisitor |
ReportTask.CheckFormatterElement.createVisitor() |
Modifier and Type | Class and Description |
---|---|
class |
MultiReportVisitor
A report visitor that is composed from multiple other visitors.
|
Constructor and Description |
---|
MultiReportVisitor(List<IReportVisitor> visitors)
New visitor delegating to all given visitors.
|
Modifier and Type | Method and Description |
---|---|
IReportVisitor |
RulesChecker.createVisitor(IViolationsOutput output)
Creates a new visitor to process the configured checks.
|
Modifier and Type | Method and Description |
---|---|
IReportVisitor |
CSVFormatter.createVisitor(OutputStream output)
Creates a new visitor to write a report to the given stream.
|
Modifier and Type | Method and Description |
---|---|
IReportVisitor |
HTMLFormatter.createVisitor(IMultiReportOutput output)
Creates a new visitor to write a report to the given output.
|
Modifier and Type | Method and Description |
---|---|
IReportVisitor |
XMLFormatter.createVisitor(OutputStream output)
Creates a new visitor to write a report to the given stream.
|
Copyright © 2018. All rights reserved.