Uses of Interface
org.jacoco.report.internal.html.index.IIndexUpdate
-
Packages that use IIndexUpdate 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. -
-
Uses of IIndexUpdate in org.jacoco.report.html
Methods in org.jacoco.report.html that return IIndexUpdate Modifier and Type Method Description IIndexUpdate
HTMLFormatter. getIndexUpdate()
-
Uses of IIndexUpdate in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return IIndexUpdate Modifier and Type Method Description IIndexUpdate
IHTMLReportContext. getIndexUpdate()
Returns the service for index updates. -
Uses of IIndexUpdate in org.jacoco.report.internal.html.index
Classes in org.jacoco.report.internal.html.index that implement IIndexUpdate Modifier and Type Class Description class
ElementIndex
An index over all report pages that allows queries according to certain criteria.
-