Package org.jacoco.report.internal.html
Interface IHTMLReportContext
- All Known Implementing Classes:
HTMLFormatter
public interface IHTMLReportContext
Context and configuration information during creation of a HTML report.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a string of textual information to include in every page footer.Returns the service for index updates.Returns the language names call-back used in this report.Returns the locale used to format numbers and dates.Returns the encoding of the generated HTML documents.Returns the static resources used in this report.Returns the link to the sessions page.getTable()
Returns a table for rendering coverage nodes.
-
Method Details
-
getResources
Resources getResources()Returns the static resources used in this report.- Returns:
- static resources
-
getLanguageNames
ILanguageNames getLanguageNames()Returns the language names call-back used in this report.- Returns:
- language names
-
getTable
Table getTable()Returns a table for rendering coverage nodes.- Returns:
- table for rendering
-
getSessionsPage
ILinkable getSessionsPage()Returns the link to the sessions page.- Returns:
- sessions page link
-
getOutputEncoding
String getOutputEncoding()Returns the encoding of the generated HTML documents.- Returns:
- encoding for generated HTML documents
-
getIndexUpdate
IIndexUpdate getIndexUpdate()Returns the service for index updates.- Returns:
- sevice for indes updates
-
getLocale
Locale getLocale()Returns the locale used to format numbers and dates.- Returns:
- locale for numbers and dates
-