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

Packages that use Language
org.sonar.core.consolidation.rules   
org.sonar.core.rules   
org.sonar.plugins.api   
org.sonar.plugins.checkstyle   
org.sonar.plugins.java   
org.sonar.plugins.javancss   
org.sonar.plugins.maven   
org.sonar.plugins.plsql   
org.sonar.plugins.pmd   
org.sonar.plugins.sources   
org.sonar.web   
 

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

Constructors in org.sonar.core.consolidation.rules with parameters of type Language
ConsolidateRuleFailures(DaoFacade dao, Language language)
           
CountRuleFailures(DaoFacade dao, Language language)
           
 

Uses of Language in org.sonar.core.rules
 

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

Uses of Language in org.sonar.plugins.api
 

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

Methods in org.sonar.plugins.api that return Language
 Language Plugin.getLanguage()
          return null if it should execute whatever the language
static Language Languages.getLanguageByKey(java.lang.String key)
           
static Language Languages.getLanguageByProjectQualifier(java.lang.String qualifier)
           
 

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

Uses of Language in org.sonar.plugins.checkstyle
 

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

Uses of Language in org.sonar.plugins.java
 

Classes in org.sonar.plugins.java that implement Language
 class JavaLanguage
           
 

Uses of Language in org.sonar.plugins.javancss
 

Methods in org.sonar.plugins.javancss that return Language
 Language JavaNcssPlugin.getLanguage()
           
 

Uses of Language in org.sonar.plugins.maven
 

Methods in org.sonar.plugins.maven that return Language
static Language MavenUtils.getLanguage(org.apache.maven.project.MavenProject project)
           
 

Uses of Language in org.sonar.plugins.plsql
 

Classes in org.sonar.plugins.plsql that implement Language
 class PlsqlLanguage
           
 

Uses of Language in org.sonar.plugins.pmd
 

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

Uses of Language in org.sonar.plugins.sources
 

Methods in org.sonar.plugins.sources that return Language
 Language SourcesPlugin.getLanguage()
           
 

Uses of Language in org.sonar.web
 

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

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



Copyright © 2007-2008 hortis. All Rights Reserved.