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 | Description |
---|---|---|
class |
JavaNames |
Names for the Java language.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RulesChecker.setLanguageNames(ILanguageNames languageNames) |
Sets the implementation for language name display for message formatting.
|
Modifier and Type | Method | Description |
---|---|---|
ILanguageNames |
CSVFormatter.getLanguageNames() |
Returns the language names call-back used in this report.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CSVFormatter.setLanguageNames(ILanguageNames languageNames) |
Sets the implementation for language name display.
|
Modifier and Type | Method | Description |
---|---|---|
ILanguageNames |
HTMLFormatter.getLanguageNames() |
Modifier and Type | Method | Description |
---|---|---|
void |
HTMLFormatter.setLanguageNames(ILanguageNames languageNames) |
Sets the implementation for language name display.
|
Modifier and Type | Method | Description |
---|---|---|
ILanguageNames |
IHTMLReportContext.getLanguageNames() |
Returns the language names call-back used in this report.
|
Copyright © 2018. All rights reserved.