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