Uses of Class
org.sonar.api.database.daos.RulesDao

Packages that use RulesDao
org.sonar.api.database.daos   
org.sonar.api.rules   
org.sonar.batch   
 

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

Methods in org.sonar.api.database.daos that return RulesDao
 RulesDao DaoFacade.getRulesDao()
           
 

Constructors in org.sonar.api.database.daos with parameters of type RulesDao
DaoFacade(ProfilesDao profilesDao, RulesDao rulesDao, MeasuresDao measuresDao, AsyncMeasuresDao asyncMeasureDao)
           
 

Uses of RulesDao in org.sonar.api.rules
 

Methods in org.sonar.api.rules with parameters of type RulesDao
protected  Map<String,Long> RulesManager.countRulesByCategory(Language language, RulesDao rulesDao)
           
 

Uses of RulesDao in org.sonar.batch
 

Constructors in org.sonar.batch with parameters of type RulesDao
ViolationsDao(RulesProfile profile, DatabaseSession session, RulesDao rulesDao, Project project)
           
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.