Uses of Interface
org.jacoco.report.ILanguageNames

Packages that use ILanguageNames
org.jacoco.report Common interfaces and utilities for report generation. 
org.jacoco.report.csv CSV report implementation. 
org.jacoco.report.html HTML report implementation. 
 

Uses of ILanguageNames in org.jacoco.report
 

Classes in org.jacoco.report that implement ILanguageNames
 class JavaNames
          Names for the Java language.
 

Uses of ILanguageNames in org.jacoco.report.csv
 

Methods in org.jacoco.report.csv that return ILanguageNames
 ILanguageNames CSVFormatter.getLanguageNames()
          Returns the language names call-back used in this report.
 

Methods in org.jacoco.report.csv with parameters of type ILanguageNames
 void CSVFormatter.setLanguageNames(ILanguageNames languageNames)
          Sets the implementation for language name display.
 

Uses of ILanguageNames in org.jacoco.report.html
 

Methods in org.jacoco.report.html that return ILanguageNames
 ILanguageNames HTMLFormatter.getLanguageNames()
           
 

Methods in org.jacoco.report.html with parameters of type ILanguageNames
 void HTMLFormatter.setLanguageNames(ILanguageNames languageNames)
          Sets the implementation for language name display.
 



Copyright © 2009-2013 Mountainminds GmbH & Co. KG. All Rights Reserved.