Package | Description |
---|---|
org.jacoco.report |
Common interfaces and utilities for report generation.
|
org.jacoco.report.check |
Rules check implementation.
|
org.jacoco.report.csv |
CSV report implementation.
|
org.jacoco.report.html |
HTML report implementation.
|
org.jacoco.report.internal.html |
Modifier and Type | Class and Description |
---|---|
class |
JavaNames
Names for the Java language.
|
Modifier and Type | Method and Description |
---|---|
void |
RulesChecker.setLanguageNames(ILanguageNames languageNames)
Sets the implementation for language name display for message formatting.
|
Modifier and Type | Method and Description |
---|---|
ILanguageNames |
CSVFormatter.getLanguageNames()
Returns the language names call-back used in this report.
|
Modifier and Type | Method and Description |
---|---|
void |
CSVFormatter.setLanguageNames(ILanguageNames languageNames)
Sets the implementation for language name display.
|
Modifier and Type | Method and Description |
---|---|
ILanguageNames |
HTMLFormatter.getLanguageNames() |
Modifier and Type | Method and Description |
---|---|
void |
HTMLFormatter.setLanguageNames(ILanguageNames languageNames)
Sets the implementation for language name display.
|
Modifier and Type | Method and Description |
---|---|
ILanguageNames |
IHTMLReportContext.getLanguageNames()
Returns the language names call-back used in this report.
|
Copyright © 2013. All Rights Reserved.