|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacoco.report.html.index.ElementIndex
public class ElementIndex
An index over all report pages that allows queries according to certain criteria.
Constructor Summary | |
---|---|
ElementIndex(ReportOutputFolder baseFolder)
Creates a new empty index for a HTML report. |
Method Summary | |
---|---|
void |
addClass(ILinkable link,
long classid)
Adds a class to the index. |
String |
getLinkToClass(long classid)
Returns the link to the class with the given identifier if a corresponding page exists. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementIndex(ReportOutputFolder baseFolder)
baseFolder
- base folder where all links are calculated relative toMethod Detail |
---|
public String getLinkToClass(long classid)
classid
- class identifier
public void addClass(ILinkable link, long classid)
IIndexUpdate
addClass
in interface IIndexUpdate
link
- link to the classclassid
- identifier of the class
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |