Uses of Interface
org.sonar.plugins.api.Language

Packages that use Language
org.sonar.core   
org.sonar.core.rules   
org.sonar.plugins.api   
org.sonar.plugins.api.jobs   
org.sonar.plugins.api.maven.model   
org.sonar.plugins.api.rules   
org.sonar.plugins.checkstyle   
org.sonar.plugins.core.events   
org.sonar.plugins.core.rules   
org.sonar.plugins.core.unittests   
org.sonar.plugins.findbugs   
org.sonar.plugins.javancss   
org.sonar.plugins.pmd   
org.sonar.plugins.pmd.cpd   
 

Uses of Language in org.sonar.core
 

Methods in org.sonar.core that return types with arguments of type Language
 java.util.Set<Language> JRubyFacade.getLanguages()
           
 

Methods in org.sonar.core with parameters of type Language
 java.util.List<Plugin> JRubyFacade.getPluginsWithConfigurationExportable(Language language)
           
 java.util.List<Plugin> JRubyFacade.getPluginsWithConfigurationImportable(Language language)
           
 

Uses of Language in org.sonar.core.rules
 

Methods in org.sonar.core.rules with parameters of type Language
 void RulesProfileSynchronizer.activateDefaultProfile(Language language)
           
 

Uses of Language in org.sonar.plugins.api
 

Classes in org.sonar.plugins.api that implement Language
 class AbstractLanguage
           
 class JavaLanguage
           
 class PlsqlLanguage
           
 

Methods in org.sonar.plugins.api that return Language
static Language Languages.getLanguageByKey(java.lang.String key)
           
static Language Languages.getLanguageByProjectQualifier(java.lang.String qualifier)
           
 

Uses of Language in org.sonar.plugins.api.jobs
 

Methods in org.sonar.plugins.api.jobs that return Language
protected abstract  Language AbstractJob.shouldExecuteOnLanguage()
           
 

Uses of Language in org.sonar.plugins.api.maven.model
 

Methods in org.sonar.plugins.api.maven.model that return Language
 Language MavenPom.getLanguage()
           
 

Uses of Language in org.sonar.plugins.api.rules
 

Methods in org.sonar.plugins.api.rules that return Language
 Language RulesRepository.getLanguage()
           
 

Methods in org.sonar.plugins.api.rules that return types with arguments of type Language
 java.util.Set<Language> RulesManagerImpl.getLanguages()
           
 java.util.Set<Language> RulesManager.getLanguages()
           
 

Methods in org.sonar.plugins.api.rules with parameters of type Language
 java.util.Map<java.lang.String,java.lang.Long> RulesManagerImpl.countRulesByCategory(Language language)
           
 java.util.Map<java.lang.String,java.lang.Long> RulesManager.countRulesByCategory(Language language)
           
protected  java.util.Map<java.lang.String,java.lang.Long> RulesManagerImpl.countRulesByCategory(Language language, DaoFacade dao)
           
 RulesProfile RulesManagerImpl.getActiveProfile(Language language)
           
 RulesProfile RulesManager.getActiveProfile(Language language)
           
 java.util.List<Plugin> RulesManagerImpl.getExportablePlugins(Language language)
           
 java.util.List<Plugin> RulesManager.getExportablePlugins(Language language)
           
 java.util.List<Plugin> RulesManagerImpl.getImportablePlugins(Language language)
           
 java.util.List<Plugin> RulesManager.getImportablePlugins(Language language)
           
 java.util.List<Plugin> RulesManagerImpl.getPlugins(Language language)
           
 java.util.List<Plugin> RulesManager.getPlugins(Language language)
           
 java.util.List<RulesRepository> RulesManagerImpl.getRulesRepositories(Language language)
           
 java.util.List<RulesRepository> RulesManager.getRulesRepositories(Language language)
           
 

Uses of Language in org.sonar.plugins.checkstyle
 

Methods in org.sonar.plugins.checkstyle that return Language
 Language CheckstyleRulesRepository.getLanguage()
           
 

Uses of Language in org.sonar.plugins.core.events
 

Methods in org.sonar.plugins.core.events that return Language
protected  Language SetAutomaticEventsJob.shouldExecuteOnLanguage()
           
 

Uses of Language in org.sonar.plugins.core.rules
 

Methods in org.sonar.plugins.core.rules that return Language
protected  Language CountViolationsJob.shouldExecuteOnLanguage()
           
 

Uses of Language in org.sonar.plugins.core.unittests
 

Methods in org.sonar.plugins.core.unittests that return Language
protected  Language UnitTestsConsolidationJob.shouldExecuteOnLanguage()
           
protected  Language ProjectCodeCoverageJob.shouldExecuteOnLanguage()
           
 

Uses of Language in org.sonar.plugins.findbugs
 

Methods in org.sonar.plugins.findbugs that return Language
 Language FindbugsRulesRepository.getLanguage()
           
 

Uses of Language in org.sonar.plugins.javancss
 

Methods in org.sonar.plugins.javancss that return Language
protected  Language PackagesJob.shouldExecuteOnLanguage()
           
protected  Language NlocJob.shouldExecuteOnLanguage()
           
protected  Language JavadocsJob.shouldExecuteOnLanguage()
           
protected  Language FunctionsJob.shouldExecuteOnLanguage()
           
protected  Language ComplexityJob.shouldExecuteOnLanguage()
           
protected  Language CommentRatioJob.shouldExecuteOnLanguage()
           
protected  Language CommentLinesJob.shouldExecuteOnLanguage()
           
protected  Language ClassesJob.shouldExecuteOnLanguage()
           
protected  Language AverageFunctionComplexityJob.shouldExecuteOnLanguage()
           
protected  Language AverageClassComplexityJob.shouldExecuteOnLanguage()
           
 

Uses of Language in org.sonar.plugins.pmd
 

Methods in org.sonar.plugins.pmd that return Language
 Language PmdRulesRepository.getLanguage()
           
 

Uses of Language in org.sonar.plugins.pmd.cpd
 

Methods in org.sonar.plugins.pmd.cpd that return Language
protected  Language DuplicatedLinesRatioJob.shouldExecuteOnLanguage()
           
protected  Language DuplicatedLinesJob.shouldExecuteOnLanguage()
           
 



Copyright © 2008 SonarSource SA. All Rights Reserved.