Package | Description |
---|---|
org.jacoco.report.internal | |
org.jacoco.report.internal.html | |
org.jacoco.report.internal.xml |
Modifier and Type | Method | Description |
---|---|---|
protected abstract AbstractGroupVisitor |
AbstractGroupVisitor.handleGroup(java.lang.String name) |
Called to handle a group with the given name in a specific way.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HTMLGroupVisitor |
Group visitor for HTML reports.
|
Modifier and Type | Method | Description |
---|---|---|
protected AbstractGroupVisitor |
HTMLGroupVisitor.handleGroup(java.lang.String name) |
Modifier and Type | Class | Description |
---|---|---|
class |
XMLGroupVisitor |
A
IReportGroupVisitor that transforms the report
structure into XML elements. |
Modifier and Type | Method | Description |
---|---|---|
protected AbstractGroupVisitor |
XMLGroupVisitor.handleGroup(java.lang.String name) |
Copyright © 2018. All rights reserved.