Uses of Class
org.sonar.commons.rules.RulesProfile

Packages that use RulesProfile
org.sonar.commons.alerts   
org.sonar.commons.profiles   
org.sonar.commons.resources   
org.sonar.commons.rules   
org.sonar.maven   
org.sonar.plugins.api.rules   
 

Uses of RulesProfile in org.sonar.commons.alerts
 

Methods in org.sonar.commons.alerts that return RulesProfile
 RulesProfile Alert.getRulesProfile()
           
 

Methods in org.sonar.commons.alerts with parameters of type RulesProfile
 void Alert.setRulesProfile(RulesProfile rulesProfile)
           
 

Constructors in org.sonar.commons.alerts with parameters of type RulesProfile
Alert(RulesProfile rulesProfile, Metric metric, java.lang.String operator, java.lang.String valueError, java.lang.String valueWarning)
           
 

Uses of RulesProfile in org.sonar.commons.profiles
 

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

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

Uses of RulesProfile in org.sonar.commons.resources
 

Methods in org.sonar.commons.resources that return RulesProfile
 RulesProfile Resource.getRulesProfile()
           
 

Methods in org.sonar.commons.resources with parameters of type RulesProfile
 void Resource.setRulesProfile(RulesProfile rulesProfile)
           
 

Uses of RulesProfile in org.sonar.commons.rules
 

Methods in org.sonar.commons.rules that return RulesProfile
 RulesProfile RulesDao.getProfileById(int profileId)
           
 RulesProfile ActiveRule.getRulesProfile()
           
 

Methods in org.sonar.commons.rules with parameters of type RulesProfile
 void ActiveRule.setRulesProfile(RulesProfile rulesProfile)
           
 

Constructors in org.sonar.commons.rules with parameters of type RulesProfile
ActiveRule(RulesProfile profile, Rule rule, RuleFailureLevel level)
           
 

Uses of RulesProfile in org.sonar.maven
 

Methods in org.sonar.maven that return RulesProfile
 RulesProfile ProfileProvider.provide(MavenPom pom, ProfilesDao dao)
           
 

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

Methods in org.sonar.plugins.api.rules that return RulesProfile
 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)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.