Uses of Interface
org.jacoco.report.ILanguageNames
Packages that use ILanguageNames
Package
Description
Common interfaces and utilities for report generation.
Rules check implementation.
CSV report implementation.
HTML report implementation.
-
Uses of ILanguageNames in org.jacoco.report
Classes in org.jacoco.report that implement ILanguageNames -
Uses of ILanguageNames in org.jacoco.report.check
Fields in org.jacoco.report.check declared as ILanguageNamesModifier and TypeFieldDescriptionprivate ILanguageNamesRulesChecker.languageNamesprivate final ILanguageNamesBundleChecker.namesMethods in org.jacoco.report.check with parameters of type ILanguageNamesModifier and TypeMethodDescriptionvoidRulesChecker.setLanguageNames(ILanguageNames languageNames) Sets the implementation for language name display for message formatting.Constructors in org.jacoco.report.check with parameters of type ILanguageNamesModifierConstructorDescriptionBundleChecker(Collection<Rule> rules, ILanguageNames names, IViolationsOutput output) -
Uses of ILanguageNames in org.jacoco.report.csv
Fields in org.jacoco.report.csv declared as ILanguageNamesModifier and TypeFieldDescriptionprivate final ILanguageNamesClassRowWriter.languageNamesprivate ILanguageNamesCSVFormatter.languageNamesMethods in org.jacoco.report.csv that return ILanguageNamesModifier and TypeMethodDescriptionCSVFormatter.getLanguageNames()Returns the language names call-back used in this report.Methods in org.jacoco.report.csv with parameters of type ILanguageNamesModifier and TypeMethodDescriptionvoidCSVFormatter.setLanguageNames(ILanguageNames languageNames) Sets the implementation for language name display.Constructors in org.jacoco.report.csv with parameters of type ILanguageNamesModifierConstructorDescriptionClassRowWriter(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 ILanguageNamesMethods in org.jacoco.report.html that return ILanguageNamesMethods in org.jacoco.report.html with parameters of type ILanguageNamesModifier and TypeMethodDescriptionvoidHTMLFormatter.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 ILanguageNamesModifier and TypeMethodDescriptionIHTMLReportContext.getLanguageNames()Returns the language names call-back used in this report.