Package | Description |
---|---|
org.jacoco.report.internal.html | |
org.jacoco.report.internal.html.page |
Constructor and Description |
---|
HTMLGroupVisitor(ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context,
String name)
Create a new group handler.
|
Modifier and Type | Class and Description |
---|---|
class |
BundlePage
Page showing coverage information for a bundle.
|
class |
ClassPage
Page showing coverage information for a class as a table of methods.
|
class |
GroupPage
Page showing coverage information for a node that groups other nodes.
|
class |
NodePage<NodeType extends ICoverageNode>
Report page that represents a coverage node.
|
class |
PackagePage
Page showing coverage information for a Java package.
|
class |
SessionsPage
Page to display information about sessions covered by this report.
|
class |
SourceFilePage
Page showing the content of a source file with numbered and highlighted
source lines.
|
class |
TablePage<NodeType extends ICoverageNode>
Report page that contains a table of items linked to other pages.
|
Constructor and Description |
---|
BundlePage(IBundleCoverage bundle,
ReportPage parent,
ISourceFileLocator locator,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new visitor in the given context.
|
ClassPage(IClassCoverage classNode,
ReportPage parent,
ILinkable sourcePage,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new visitor in the given context.
|
GroupPage(ICoverageNode node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new visitor in the given context.
|
NodePage(NodeType node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new node page.
|
PackagePage(IPackageCoverage node,
ReportPage parent,
ISourceFileLocator locator,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new visitor in the given context.
|
ReportPage(ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new report page.
|
SessionsPage(List<SessionInfo> sessionInfos,
Collection<ExecutionData> executionData,
ElementIndex index,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new page page to display session information.
|
SourceFilePage(ISourceNode sourceFileNode,
Reader sourceReader,
int tabWidth,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new page with given information.
|
TablePage(NodeType node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new node page.
|
Copyright © 2013. All rights reserved.