Class SourceFilePage
java.lang.Object
org.jacoco.report.internal.html.page.ReportPage
org.jacoco.report.internal.html.page.NodePage<ISourceNode>
org.jacoco.report.internal.html.page.SourceFilePage
- All Implemented Interfaces:
ILinkable
,ITableItem
Page showing the content of a source file with numbered and highlighted
source lines.
-
Field Summary
FieldsFields inherited from class org.jacoco.report.internal.html.page.ReportPage
context, folder
-
Constructor Summary
ConstructorsConstructorDescriptionSourceFilePage
(ISourceNode sourceFileNode, Reader sourceReader, int tabWidth, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new page with given information. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
content
(HTMLElement body) Creates the actual content of the page.protected String
Specifies the local file name of this page.protected String
Returns the onload handler for this page.protected void
head
(HTMLElement head) Creates the elements within the head element.Methods inherited from class org.jacoco.report.internal.html.page.NodePage
getLinkLabel, getLinkStyle, getNode
Methods inherited from class org.jacoco.report.internal.html.page.ReportPage
getLink, infoLinks, isRootPage, render
-
Field Details
-
sourceReader
-
tabWidth
private final int tabWidth
-
-
Constructor Details
-
SourceFilePage
public SourceFilePage(ISourceNode sourceFileNode, Reader sourceReader, int tabWidth, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new page with given information.- Parameters:
sourceFileNode
- coverage data for this source filesourceReader
- reader for the source codetabWidth
- number of character per tabparent
- optional hierarchical parentfolder
- base folder for this pagecontext
- settings context
-
-
Method Details
-
content
Description copied from class:ReportPage
Creates the actual content of the page.- Specified by:
content
in classReportPage
- Parameters:
body
- body tag of the page- Throws:
IOException
- in case of IO problems with the report writer
-
head
Description copied from class:ReportPage
Creates the elements within the head element.- Overrides:
head
in classReportPage
- Parameters:
head
- head tag of the page- Throws:
IOException
- in case of IO problems with the report writer
-
getOnload
Description copied from class:ReportPage
Returns the onload handler for this page.- Overrides:
getOnload
in classReportPage
- Returns:
- handler or
null
-
getFileName
Description copied from class:ReportPage
Specifies the local file name of this page.- Specified by:
getFileName
in classReportPage
- Returns:
- local file name
-