Uses of Interface
org.jacoco.report.ILanguageNames
-
Packages that use ILanguageNames 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 -
-
Uses of ILanguageNames in org.jacoco.report
Classes in org.jacoco.report that implement ILanguageNames Modifier and Type Class Description class
JavaNames
Names for the Java language. -
Uses of ILanguageNames in org.jacoco.report.check
Fields in org.jacoco.report.check declared as ILanguageNames Modifier and Type Field Description private ILanguageNames
RulesChecker. languageNames
private ILanguageNames
BundleChecker. names
Methods in org.jacoco.report.check with parameters of type ILanguageNames Modifier and Type Method Description void
RulesChecker. setLanguageNames(ILanguageNames languageNames)
Sets the implementation for language name display for message formatting.Constructors in org.jacoco.report.check with parameters of type ILanguageNames Constructor Description BundleChecker(java.util.Collection<Rule> rules, ILanguageNames names, IViolationsOutput output)
-
Uses of ILanguageNames in org.jacoco.report.csv
Fields in org.jacoco.report.csv declared as ILanguageNames Modifier and Type Field Description private ILanguageNames
ClassRowWriter. languageNames
private ILanguageNames
CSVFormatter. languageNames
Methods in org.jacoco.report.csv that return ILanguageNames Modifier and Type Method Description ILanguageNames
CSVFormatter. getLanguageNames()
Returns the language names call-back used in this report.Methods in org.jacoco.report.csv with parameters of type ILanguageNames Modifier and Type Method Description void
CSVFormatter. setLanguageNames(ILanguageNames languageNames)
Sets the implementation for language name display.Constructors in org.jacoco.report.csv with parameters of type ILanguageNames Constructor Description ClassRowWriter(DelimitedWriter writer, ILanguageNames languageNames)
Creates a new row writer that writes class information to the given CSV writer. -
Uses of ILanguageNames in org.jacoco.report.html
Fields in org.jacoco.report.html declared as ILanguageNames Modifier and Type Field Description private ILanguageNames
HTMLFormatter. languageNames
Methods in org.jacoco.report.html that return ILanguageNames Modifier and Type Method Description ILanguageNames
HTMLFormatter. getLanguageNames()
Methods in org.jacoco.report.html with parameters of type ILanguageNames Modifier and Type Method Description void
HTMLFormatter. setLanguageNames(ILanguageNames languageNames)
Sets the implementation for language name display. -
Uses of ILanguageNames in org.jacoco.report.internal.html
Methods in org.jacoco.report.internal.html that return ILanguageNames Modifier and Type Method Description ILanguageNames
IHTMLReportContext. getLanguageNames()
Returns the language names call-back used in this report.
-