org.jacoco.report.internal.html.page
Class GroupPage
java.lang.Object
org.jacoco.report.internal.html.page.ReportPage
org.jacoco.report.internal.html.page.NodePage<NodeType>
org.jacoco.report.internal.html.page.TablePage<org.jacoco.core.analysis.ICoverageNode>
org.jacoco.report.internal.html.page.GroupPage
- All Implemented Interfaces:
- ILinkable, ITableItem
public class GroupPage
- extends TablePage<org.jacoco.core.analysis.ICoverageNode>
Page showing coverage information for a node that groups other nodes. The
page shows a table of linked nodes.
|
Method Summary |
protected String |
getFileName()
Specifies the local file name of this page. |
protected String |
getOnload()
Returns the onload handler for this page. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jacoco.report.internal.html.ILinkable |
getLink |
GroupPage
public GroupPage(org.jacoco.core.analysis.ICoverageNode node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
- Creates a new visitor in the given context.
- Parameters:
node - corresponding coverage dataparent - optional hierarchical parentfolder - base folder to create this page incontext - settings context
getOnload
protected String getOnload()
- Description copied from class:
ReportPage
- Returns the onload handler for this page.
- Overrides:
getOnload in class ReportPage
- Returns:
- handler or
null
getFileName
protected String getFileName()
- Description copied from class:
ReportPage
- Specifies the local file name of this page.
- Specified by:
getFileName in class ReportPage
- Returns:
- local file name
Copyright © 2009–2024 Mountainminds GmbH & Co. KG. All rights reserved.