Uses of Interface
org.jacoco.report.internal.html.ILinkable
-
Packages that use ILinkable Package Description org.jacoco.report.html HTML report implementation.org.jacoco.report.internal.html org.jacoco.report.internal.html.index Internal: Index generation for HTML reports.org.jacoco.report.internal.html.page org.jacoco.report.internal.html.table 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 Modifier and Type Method Description ILinkableHTMLFormatter. getSessionsPage() -
Uses of ILinkable in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return ILinkable Modifier and Type Method Description ILinkableIHTMLReportContext. getSessionsPage()Returns the link to the sessions page.Methods in org.jacoco.report.internal.html with parameters of type ILinkable Modifier and Type Method Description HTMLElementHTMLElement. 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 Modifier and Type Method Description voidElementIndex. addClass(ILinkable link, long classid)voidIIndexUpdate. addClass(ILinkable link, long classid)Adds a class to the index. -
Uses of ILinkable in org.jacoco.report.internal.html.page
Classes in org.jacoco.report.internal.html.page that implement ILinkable Modifier and Type Class Description classBundlePagePage showing coverage information for a bundle.classClassPagePage showing coverage information for a class as a table of methods.classGroupPagePage showing coverage information for a node that groups other nodes.(package private) classMethodItemTable items representing a method.classNodePage<NodeType extends ICoverageNode>Report page that represents a coverage node.classPackagePagePage showing coverage information for a Java package.classPackageSourcePagePage showing coverage information for a Java package.classReportPageBase class for HTML page generators.classSessionsPagePage to display information about sessions covered by this report.(package private) classSourceFileItemTable items representing a source file which cannot be linked.classSourceFilePagePage 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 ILinkable Modifier and Type Field Description private ILinkablePackageSourcePage. packagePageprivate ILinkableClassPage. sourcePageprivate ILinkableMethodItem. sourcePageFields in org.jacoco.report.internal.html.page with type parameters of type ILinkable Modifier and Type Field Description private java.util.Map<java.lang.String,ILinkable>PackageSourcePage. sourceFilePagesMethods in org.jacoco.report.internal.html.page that return ILinkable Modifier and Type Method Description (package private) ILinkablePackageSourcePage. getSourceFilePage(java.lang.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 ILinkable Constructor Description ClassPage(IClassCoverage classNode, ReportPage parent, ILinkable sourcePage, ReportOutputFolder folder, IHTMLReportContext context)Creates a new visitor in the given context.MethodItem(IMethodCoverage node, java.lang.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.table Modifier and Type Interface Description interfaceITableItemInterface for a item (row) in a coverage data table.
-