Uses of Interface
org.jacoco.report.internal.html.ILinkable
Packages that use ILinkable
Package
Description
HTML report implementation.
Internal: Index generation for HTML reports.
Internal: Sortable HTML table for coverage node elements.
-
Uses of ILinkable in org.jacoco.report.html
Methods in org.jacoco.report.html that return ILinkable -
Uses of ILinkable in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return ILinkableModifier and TypeMethodDescriptionIHTMLReportContext.getSessionsPage()Returns the link to the sessions page.Methods in org.jacoco.report.internal.html with parameters of type ILinkableModifier and TypeMethodDescriptionHTMLElement.a(ILinkable linkable, ReportOutputFolder base) Creates a link to the givenILinkable. -
Uses of ILinkable in org.jacoco.report.internal.html.index
Methods in org.jacoco.report.internal.html.index with parameters of type ILinkable -
Uses of ILinkable in org.jacoco.report.internal.html.page
Classes in org.jacoco.report.internal.html.page that implement ILinkableModifier and TypeClassDescriptionclassPage showing coverage information for a bundle.classPage showing coverage information for a class as a table of methods.classPage showing coverage information for a node that groups other nodes.(package private) final classTable items representing a method.classNodePage<NodeType extends ICoverageNode>Report page that represents a coverage node.classPage showing coverage information for a Java package.classPage showing coverage information for a Java package.classBase class for HTML page generators.classPage to display information about sessions covered by this report.(package private) final classTable items representing a source file which cannot be linked.classPage showing the content of a source file with numbered and highlighted source lines.classTablePage<NodeType extends ICoverageNode>Report page that contains a table of items linked to other pages.Fields in org.jacoco.report.internal.html.page declared as ILinkableModifier and TypeFieldDescriptionprivate final ILinkablePackageSourcePage.packagePageprivate final ILinkableClassPage.sourcePageprivate final ILinkableMethodItem.sourcePageFields in org.jacoco.report.internal.html.page with type parameters of type ILinkableMethods in org.jacoco.report.internal.html.page that return ILinkableModifier and TypeMethodDescription(package private) ILinkablePackageSourcePage.getSourceFilePage(String name) Returns the link to the source file page of the source file with the given name.Constructors in org.jacoco.report.internal.html.page with parameters of type ILinkableModifierConstructorDescriptionClassPage(IClassCoverage classNode, ReportPage parent, ILinkable sourcePage, ReportOutputFolder folder, IHTMLReportContext context) Creates a new visitor in the given context.(package private)MethodItem(IMethodCoverage node, String label, ILinkable sourcePage) PackageSourcePage(IPackageCoverage node, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context, ILinkable packagePage) Creates a new visitor in the given context. -
Uses of ILinkable in org.jacoco.report.internal.html.table
Subinterfaces of ILinkable in org.jacoco.report.internal.html.tableModifier and TypeInterfaceDescriptioninterfaceInterface for a item (row) in a coverage data table.