Uses of Class
org.sonar.api.profiles.RulesProfile

Packages that use RulesProfile
org.sonar.api.batch   
org.sonar.api.checks   
org.sonar.api.checks.templates   
org.sonar.api.database.daos   
org.sonar.api.database.model   
org.sonar.api.profiles   
org.sonar.api.rules   
org.sonar.jpa.dao   
 

Uses of RulesProfile in org.sonar.api.batch
 

Constructors in org.sonar.api.batch with parameters of type RulesProfile
AbstractViolationsStaxParser(SensorContext context, RulesManager rulesManager, RulesProfile profile)
          Deprecated. since 1.11.
 

Uses of RulesProfile in org.sonar.api.checks
 

Methods in org.sonar.api.checks with parameters of type RulesProfile
static AnnotationCheckFactory AnnotationCheckFactory.create(RulesProfile profile, String repositoryKey, Collection<Class> checkClasses)
           
 

Constructors in org.sonar.api.checks with parameters of type RulesProfile
CheckFactory(RulesProfile profile, String repositoryKey)
           
 

Uses of RulesProfile in org.sonar.api.checks.templates
 

Methods in org.sonar.api.checks.templates that return types with arguments of type RulesProfile
 List<RulesProfile> CheckTemplateRepository.getProvidedProfiles()
          Deprecated.  
 

Uses of RulesProfile in org.sonar.api.database.daos
 

Methods in org.sonar.api.database.daos that return RulesProfile
 RulesProfile RulesDao.getProfileById(int profileId)
          Deprecated.  
 

Uses of RulesProfile in org.sonar.api.database.model
 

Methods in org.sonar.api.database.model that return RulesProfile
 RulesProfile ResourceModel.getRulesProfile()
           
 

Methods in org.sonar.api.database.model with parameters of type RulesProfile
 void ResourceModel.setRulesProfile(RulesProfile rulesProfile)
           
 

Uses of RulesProfile in org.sonar.api.profiles
 

Methods in org.sonar.api.profiles that return RulesProfile
static RulesProfile RulesProfile.create()
           
static RulesProfile RulesProfile.create(String name, String language)
           
abstract  RulesProfile ProfileDefinition.createProfile(ValidationMessages validation)
           
 RulesProfile Alert.getRulesProfile()
           
abstract  RulesProfile ProfileImporter.importProfile(Reader reader, ValidationMessages messages)
           
 RulesProfile XMLProfileParser.parse(Reader reader, ValidationMessages messages)
           
 RulesProfile AnnotationProfileParser.parse(String repositoryKey, String profileName, String language, Collection<Class> annotatedClasses, ValidationMessages messages)
           
 RulesProfile XMLProfileParser.parseResource(ClassLoader classloader, String xmlClassPath, ValidationMessages messages)
           
 RulesProfile RulesProfile.setLanguage(String s)
          Set the profile language
 RulesProfile RulesProfile.setName(String s)
          Set the profile name.
 

Methods in org.sonar.api.profiles with parameters of type RulesProfile
abstract  void ProfileExporter.exportProfile(RulesProfile profile, Writer writer)
           
 void Alert.setRulesProfile(RulesProfile rulesProfile)
          Sets the alert profile
 void XMLProfileSerializer.write(RulesProfile profile, Writer writer)
           
 

Constructors in org.sonar.api.profiles with parameters of type RulesProfile
Alert(RulesProfile rulesProfile, Metric metric, String operator, String valueError, String valueWarning)
          Creates an alert
 

Uses of RulesProfile in org.sonar.api.rules
 

Methods in org.sonar.api.rules that return RulesProfile
 RulesProfile ActiveRule.getRulesProfile()
           
 RulesProfile StandardProfileXmlParser.importConfiguration(String configuration)
          Deprecated.  
 RulesProfile AbstractImportableRulesRepository.loadProvidedProfile(String name, String fileName)
          Deprecated.  
 

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

Methods in org.sonar.api.rules with parameters of type RulesProfile
 String ConfigurationExportable.exportConfiguration(RulesProfile profile)
          Deprecated.  
 void ActiveRule.setRulesProfile(RulesProfile rulesProfile)
          Deprecated. visibility should be reduced to protected or package
 

Constructors in org.sonar.api.rules with parameters of type RulesProfile
ActiveRule(RulesProfile profile, Rule rule, RulePriority priority)
          Deprecated. visibility should be reduced to protected or package
 

Uses of RulesProfile in org.sonar.jpa.dao
 

Methods in org.sonar.jpa.dao that return RulesProfile
 RulesProfile ProfilesDao.getActiveProfile(String languageKey, String projectResourceKey)
           
 RulesProfile ProfilesDao.getProfile(String languageKey, String profileName)
           
 RulesProfile RulesDao.getProfileById(int profileId)
           
 RulesProfile ProfilesDao.getProfileById(int profileId)
           
 

Methods in org.sonar.jpa.dao that return types with arguments of type RulesProfile
 List<RulesProfile> ProfilesDao.getActiveProfiles()
           
 List<RulesProfile> ProfilesDao.getProfiles()
           
 List<RulesProfile> ProfilesDao.getProfiles(String languageKey)
           
 List<RulesProfile> ProfilesDao.getProvidedProfiles()
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.