|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jacoco.report.internal.html.page.ReportPage
org.jacoco.report.internal.html.page.SessionsPage
public class SessionsPage
Page to display information about sessions covered by this report.
| Field Summary |
|---|
| Fields inherited from class org.jacoco.report.internal.html.page.ReportPage |
|---|
context, folder |
| Constructor Summary | |
|---|---|
SessionsPage(List<org.jacoco.core.data.SessionInfo> sessionInfos,
Collection<org.jacoco.core.data.ExecutionData> executionData,
ElementIndex index,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new page page to display session information. |
|
| Method Summary | |
|---|---|
protected void |
content(HTMLElement body)
Creates the actual content of the page. |
protected String |
getFileName()
Specifies the local file name of this page. |
String |
getLinkLabel()
Returns the display label used for the link. |
String |
getLinkStyle()
Optional style class to be associated with the link. |
| Methods inherited from class org.jacoco.report.internal.html.page.ReportPage |
|---|
getLink, getOnload, head, infoLinks, isRootPage, render |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionsPage(List<org.jacoco.core.data.SessionInfo> sessionInfos,
Collection<org.jacoco.core.data.ExecutionData> executionData,
ElementIndex index,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
sessionInfos - session info objectsexecutionData - execution data objectsindex - index for cross-linkingparent - optional hierarchical parentfolder - base folder to create this page incontext - settings context| Method Detail |
|---|
protected void content(HTMLElement body)
throws IOException
ReportPage
content in class ReportPagebody - body tag of the page
IOException - in case of IO problems with the report writerprotected String getFileName()
ReportPage
getFileName in class ReportPagepublic String getLinkStyle()
ILinkable
nullpublic String getLinkLabel()
ILinkable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||