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 | Description |
---|---|---|
IReportVisitor |
ReportTask.CheckFormatterElement.createVisitor() |
|
IReportVisitor |
ReportTask.CSVFormatterElement.createVisitor() |
|
IReportVisitor |
ReportTask.HTMLFormatterElement.createVisitor() |
|
IReportVisitor |
ReportTask.XMLFormatterElement.createVisitor() |
Modifier and Type | Class | Description |
---|---|---|
class |
MultiReportVisitor |
A report visitor that is composed from multiple other visitors.
|
Constructor | Description |
---|---|
MultiReportVisitor(java.util.List<IReportVisitor> visitors) |
New visitor delegating to all given visitors.
|
Modifier and Type | Method | Description |
---|---|---|
IReportVisitor |
RulesChecker.createVisitor(IViolationsOutput output) |
Creates a new visitor to process the configured checks.
|
Modifier and Type | Method | Description |
---|---|---|
IReportVisitor |
CSVFormatter.createVisitor(java.io.OutputStream output) |
Creates a new visitor to write a report to the given stream.
|
Modifier and Type | Method | Description |
---|---|---|
IReportVisitor |
HTMLFormatter.createVisitor(IMultiReportOutput output) |
Creates a new visitor to write a report to the given output.
|
Modifier and Type | Method | Description |
---|---|---|
IReportVisitor |
XMLFormatter.createVisitor(java.io.OutputStream output) |
Creates a new visitor to write a report to the given stream.
|
Copyright © 2018. All rights reserved.