Uses of Class
org.jacoco.report.internal.ReportOutputFolder
Packages that use ReportOutputFolder
Package
Description
Internal: Index generation for HTML reports.
Internal: Resources for HTML reports.
Internal: Sortable HTML table for coverage node elements.
-
Uses of ReportOutputFolder in org.jacoco.report.internal
Fields in org.jacoco.report.internal declared as ReportOutputFolderFields in org.jacoco.report.internal with type parameters of type ReportOutputFolderModifier and TypeFieldDescriptionprivate final Map
<String, ReportOutputFolder> ReportOutputFolder.subFolders
Cached sub-folder instances to guarantee stable normalizationMethods in org.jacoco.report.internal that return ReportOutputFolderModifier and TypeMethodDescriptionCreates a sub-folder with the given name.Methods in org.jacoco.report.internal with parameters of type ReportOutputFolderModifier and TypeMethodDescriptionReportOutputFolder.getLink
(ReportOutputFolder base, String name) Returns a link relative to a given base to a resource within this folder.private boolean
ReportOutputFolder.isAncestorOf
(ReportOutputFolder folder) Constructors in org.jacoco.report.internal with parameters of type ReportOutputFolderModifierConstructorDescriptionprivate
ReportOutputFolder
(IMultiReportOutput output, ReportOutputFolder parent, String path) Creates a new root folder for the given output. -
Uses of ReportOutputFolder in org.jacoco.report.internal.html
Fields in org.jacoco.report.internal.html declared as ReportOutputFolderMethods in org.jacoco.report.internal.html with parameters of type ReportOutputFolderModifier and TypeMethodDescriptionHTMLElement.a
(ILinkable linkable, ReportOutputFolder base) Creates a link to the givenILinkable
.ILinkable.getLink
(ReportOutputFolder base) Returns a relative link to the item that works from the given base folder.Constructors in org.jacoco.report.internal.html with parameters of type ReportOutputFolderModifierConstructorDescriptionHTMLGroupVisitor
(ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context, String name) Create a new group handler. -
Uses of ReportOutputFolder in org.jacoco.report.internal.html.index
Fields in org.jacoco.report.internal.html.index declared as ReportOutputFolderConstructors in org.jacoco.report.internal.html.index with parameters of type ReportOutputFolderModifierConstructorDescriptionElementIndex
(ReportOutputFolder baseFolder) Creates a new empty index for a HTML report. -
Uses of ReportOutputFolder in org.jacoco.report.internal.html.page
Fields in org.jacoco.report.internal.html.page declared as ReportOutputFolderModifier and TypeFieldDescriptionprotected final ReportOutputFolder
ReportPage.folder
output folder for this nodeMethods in org.jacoco.report.internal.html.page with parameters of type ReportOutputFolderModifier and TypeMethodDescriptionprivate void
ReportPage.breadcrumb
(HTMLElement div, ReportOutputFolder base) private static void
ReportPage.breadcrumbParent
(ReportPage page, HTMLElement div, ReportOutputFolder base) MethodItem.getLink
(ReportOutputFolder base) final String
ReportPage.getLink
(ReportOutputFolder base) SourceFileItem.getLink
(ReportOutputFolder base) Constructors in org.jacoco.report.internal.html.page with parameters of type ReportOutputFolderModifierConstructorDescriptionBundlePage
(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.protected
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.PackageSourcePage
(IPackageCoverage node, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context, ILinkable packagePage) Creates a new visitor in the given context.protected
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.protected
TablePage
(NodeType node, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new node page. -
Uses of ReportOutputFolder in org.jacoco.report.internal.html.resources
Fields in org.jacoco.report.internal.html.resources declared as ReportOutputFolderMethods in org.jacoco.report.internal.html.resources with parameters of type ReportOutputFolderModifier and TypeMethodDescriptionResources.getLink
(ReportOutputFolder base, String name) Returns a relative link to a static resource.Constructors in org.jacoco.report.internal.html.resources with parameters of type ReportOutputFolderModifierConstructorDescriptionResources
(ReportOutputFolder root) Attaches resources to the report with the given root folder. -
Uses of ReportOutputFolder in org.jacoco.report.internal.html.table
Methods in org.jacoco.report.internal.html.table with parameters of type ReportOutputFolderModifier and TypeMethodDescriptionprivate void
BarColumn.bar
(HTMLElement td, int count, String image, Resources resources, ReportOutputFolder base) private void
Table.body
(HTMLElement table, List<? extends ITableItem> items, Resources resources, ReportOutputFolder base) (package private) void
Table.Column.body
(HTMLElement tr, int idx, ITableItem item, Resources resources, ReportOutputFolder base) void
BarColumn.footer
(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) void
CounterColumn.footer
(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) void
IColumnRenderer.footer
(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) Renders the footer for this column.void
LabelColumn.footer
(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) void
PercentageColumn.footer
(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base) (package private) void
Table.Column.footer
(HTMLElement tr, ICoverageNode total, Resources resources, ReportOutputFolder base) private void
Table.footer
(HTMLElement table, ICoverageNode total, Resources resources, ReportOutputFolder base) void
BarColumn.item
(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) void
CounterColumn.item
(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) void
IColumnRenderer.item
(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) Renders a single item in this column.void
LabelColumn.item
(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) void
PercentageColumn.item
(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base) void
Table.render
(HTMLElement parent, List<? extends ITableItem> items, ICoverageNode total, Resources resources, ReportOutputFolder base) Renders a table for the given icon