|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IReportVisitor | |
|---|---|
| org.jacoco.report | Common interfaces and utilities for report generation. |
| org.jacoco.report.csv | CSV report implementation. |
| org.jacoco.report.html | HTML report implementation. |
| org.jacoco.report.xml | XML report implementation. |
| Uses of IReportVisitor in org.jacoco.report |
|---|
| Classes in org.jacoco.report that implement IReportVisitor | |
|---|---|
class |
MultiReportVisitor
A report visitor that is composed from multiple other visitors. |
| Constructor parameters in org.jacoco.report with type arguments of type IReportVisitor | |
|---|---|
MultiReportVisitor(List<IReportVisitor> visitors)
New visitor delegating to all given visitors. |
|
| Uses of IReportVisitor in org.jacoco.report.csv |
|---|
| Methods in org.jacoco.report.csv that return IReportVisitor | |
|---|---|
IReportVisitor |
CSVFormatter.createVisitor(OutputStream output)
Creates a new visitor to write a report to the given stream. |
| Uses of IReportVisitor in org.jacoco.report.html |
|---|
| Methods in org.jacoco.report.html that return IReportVisitor | |
|---|---|
IReportVisitor |
HTMLFormatter.createVisitor(IMultiReportOutput output)
Creates a new visitor to write a report to the given output. |
| Uses of IReportVisitor in org.jacoco.report.xml |
|---|
| Methods in org.jacoco.report.xml that return IReportVisitor | |
|---|---|
IReportVisitor |
XMLFormatter.createVisitor(OutputStream output)
Creates a new visitor to write a report to the given stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||