Uses of Class
ch.hortis.sonar.model.RulesProfile

Packages that use RulesProfile
ch.hortis.sonar.model   
org.sonar.commons.rules   
org.sonar.core.rules   
org.sonar.plugins.api.rules   
org.sonar.plugins.checkstyle   
org.sonar.plugins.findbugs   
org.sonar.plugins.pmd   
 

Uses of RulesProfile in ch.hortis.sonar.model
 

Methods in ch.hortis.sonar.model that return RulesProfile
 RulesProfile ActiveRule.getRulesProfile()
           
 

Methods in ch.hortis.sonar.model with parameters of type RulesProfile
 void ActiveRule.setRulesProfile(RulesProfile rulesProfile)
           
 

Constructors in ch.hortis.sonar.model with parameters of type RulesProfile
ActiveRule(RulesProfile profile, Rule rule, RuleFailureLevel level)
           
 

Uses of RulesProfile in org.sonar.commons.rules
 

Methods in org.sonar.commons.rules that return RulesProfile
 RulesProfile RulesDao.getActiveProfile(java.lang.String languageKey)
           
 RulesProfile RulesDao.getProfile(java.lang.String languageKey, java.lang.String profileName)
           
 RulesProfile RulesDao.getProfileById(int profileId)
           
 

Methods in org.sonar.commons.rules that return types with arguments of type RulesProfile
 java.util.List<RulesProfile> RulesDao.getActiveProfiles()
           
 java.util.List<RulesProfile> RulesDao.getProfiles(java.lang.String languageKey)
           
 java.util.List<RulesProfile> RulesDao.getProvidedProfiles()
           
 

Uses of RulesProfile in org.sonar.core.rules
 

Methods in org.sonar.core.rules with parameters of type RulesProfile
protected  void RulesProfileSynchronizer.registerProvidedProfile(RulesProfile providedProfile, java.lang.String pluginKey)
           
 

Method parameters in org.sonar.core.rules with type arguments of type RulesProfile
protected  void RulesProfileSynchronizer.registerProvidedProfiles(Plugin plugin, java.util.List<RulesProfile> profiles)
           
 

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

Methods in org.sonar.plugins.api.rules that return RulesProfile
 RulesProfile RulesManagerImpl.getActiveProfile(Language language)
           
 RulesProfile RulesManager.getActiveProfile(Language language)
           
 RulesProfile StandardProfileXmlParser.importConfiguration(java.lang.String configuration)
           
 

Methods in org.sonar.plugins.api.rules that return types with arguments of type RulesProfile
 java.util.List<RulesProfile> RulesRepository.getProvidedProfiles()
           
 

Methods in org.sonar.plugins.api.rules with parameters of type RulesProfile
 java.lang.String ConfigurationExportable.exportConfiguration(RulesProfile profile)
           
 

Uses of RulesProfile in org.sonar.plugins.checkstyle
 

Methods in org.sonar.plugins.checkstyle that return RulesProfile
protected  RulesProfile CheckstyleRulesRepository.loadProvidedProfile(java.lang.String name, java.lang.String filename)
           
 

Methods in org.sonar.plugins.checkstyle that return types with arguments of type RulesProfile
 java.util.List<RulesProfile> CheckstyleRulesRepository.getProvidedProfiles()
           
 

Methods in org.sonar.plugins.checkstyle with parameters of type RulesProfile
 java.lang.String CheckstyleRulesRepository.exportConfiguration(RulesProfile activeProfile)
           
 

Uses of RulesProfile in org.sonar.plugins.findbugs
 

Methods in org.sonar.plugins.findbugs that return types with arguments of type RulesProfile
 java.util.List<RulesProfile> FindbugsRulesRepository.getProvidedProfiles()
           
 

Methods in org.sonar.plugins.findbugs with parameters of type RulesProfile
 java.lang.String FindbugsRulesRepository.exportConfiguration(RulesProfile activeProfile)
           
 

Uses of RulesProfile in org.sonar.plugins.pmd
 

Methods in org.sonar.plugins.pmd that return RulesProfile
protected  RulesProfile PmdRulesRepository.loadProvidedProfile(java.lang.String name, java.lang.String filename)
           
 

Methods in org.sonar.plugins.pmd that return types with arguments of type RulesProfile
 java.util.List<RulesProfile> PmdRulesRepository.getProvidedProfiles()
           
 

Methods in org.sonar.plugins.pmd with parameters of type RulesProfile
 java.lang.String PmdRulesRepository.exportConfiguration(RulesProfile activeProfile)
           
 



Copyright © 2008 SonarSource SA. All Rights Reserved.