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 IIndexUpdateHTMLFormatter. 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 IIndexUpdateIHTMLReportContext. 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 classElementIndexAn index over all report pages that allows queries according to certain criteria.
-