org.jacoco.report.internal.html.table
Interface ITableItem

All Superinterfaces:
ILinkable
All Known Implementing Classes:
BundlePage, ClassPage, GroupPage, NodePage, PackagePage, PackageSourcePage, SourceFilePage, TablePage

public interface ITableItem
extends ILinkable

Interface for an item (row) in a coverage data table.


Method Summary
 org.jacoco.core.analysis.ICoverageNode getNode()
          Returns the corresponding node data.
 
Methods inherited from interface org.jacoco.report.internal.html.ILinkable
getLink, getLinkLabel, getLinkStyle
 

Method Detail

getNode

org.jacoco.core.analysis.ICoverageNode getNode()
Returns the corresponding node data.

Returns:
node data


Copyright © 2009–2025 Mountainminds GmbH & Co. KG. All rights reserved.