Uses of Class
org.sonar.batch.rule.QProfile

Packages that use QProfile
org.sonar.batch.rule   
 

Uses of QProfile in org.sonar.batch.rule
 

Methods in org.sonar.batch.rule that return QProfile
 QProfile ModuleQProfiles.findByLanguage(String language)
           
 QProfile QProfile.setKey(String key)
           
 QProfile QProfile.setLanguage(String language)
           
 QProfile QProfile.setName(String name)
           
 QProfile QProfile.setRulesUpdatedAt(Date d)
           
 

Methods in org.sonar.batch.rule that return types with arguments of type QProfile
 Collection<QProfile> ModuleQProfiles.findAll()
           
 SortedSet<QProfile> UsedQProfiles.profiles()
           
 Map<String,QProfile> UsedQProfiles.profilesByKey()
           
 

Methods in org.sonar.batch.rule with parameters of type QProfile
 UsedQProfiles UsedQProfiles.add(QProfile profile)
           
 

Method parameters in org.sonar.batch.rule with type arguments of type QProfile
 UsedQProfiles UsedQProfiles.addAll(Collection<QProfile> profiles)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.