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   
org.sonar.plugins.checkstyle   
org.sonar.plugins.pmd   
org.sonar.plugins.rules   
 

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 RulesRepositorySynchronizer.registerProvidedProfile(RulesProfile providedProfile, java.lang.String pluginKey)
           
 

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

Uses of RulesProfile in org.sonar.plugins.api
 

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

Methods in org.sonar.plugins.api 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 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.pmd
 

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)
           
 

Uses of RulesProfile in org.sonar.plugins.rules
 

Methods in org.sonar.plugins.rules that return RulesProfile
 RulesProfile RulesPluginContextImpl.getActiveProfile()
           
 RulesProfile RulesPluginContext.getActiveProfile()
           
 RulesProfile StandardProfileXmlParser.importConfiguration(java.lang.String configuration)
           
 



Copyright © 2007-2008 hortis. All Rights Reserved.