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:
$Revision: $
Author:
Marc R. Hoffmann

Method Summary
 String getFooterText()
          Returns a string of textual information to include in every page footer.
 ILanguageNames getLanguageNames()
          Returns the language names call-back used in this report.
 String getOutputEncoding()
          Returns the encoding of the generated HTML documents.
 Resources getResources()
          Returns the static resources used in this report.
 CoverageTable getTable(ICoverageNode.ElementType type)
          Returns a table for rendering of the given type.
 

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

CoverageTable getTable(ICoverageNode.ElementType type)
Returns a table for rendering of the given type.

Parameters:
type - element type
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

getOutputEncoding

String getOutputEncoding()
Returns the encoding of the generated HTML documents.

Returns:
encoding for generated HTML documents