org.jacoco.report.html
Interface IHTMLReportContext

All Known Implementing Classes:
HTMLFormatter

public interface IHTMLReportContext

Context and configuration information during creation of a HTML report.

Version:
0.4.1.20101007204400
Author:
Marc R. Hoffmann

Method Summary
 String getFooterText()
          Returns a string of textual information to include in every page footer.
 IIndexUpdate getIndexUpdate()
          Returns the service for index updates.
 ILanguageNames getLanguageNames()
          Returns the language names call-back used in this report.
 Locale getLocale()
          Returns the locale used to format numbers and dates.
 String getOutputEncoding()
          Returns the encoding of the generated HTML documents.
 Resources getResources()
          Returns the static resources used in this report.
 ILinkable getSessionsPage()
          Returns the link to the sessions page.
 Table getTable()
          Returns a table for rendering coverage nodes.
 

Method Detail

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

getFooterText

String getFooterText()
Returns a string of textual information to include in every page footer.

Returns:
footer text or empty string

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