|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RulesRepository | |
|---|---|
| org.sonar.api.checks.templates | |
| org.sonar.api.rules | |
| Uses of RulesRepository in org.sonar.api.checks.templates |
|---|
| Classes in org.sonar.api.checks.templates that implement RulesRepository | |
|---|---|
class |
CheckTemplateRepository
EXPERIMENTAL - will be used in version 2.3 |
| Uses of RulesRepository in org.sonar.api.rules |
|---|
| Methods in org.sonar.api.rules that return types with arguments of type RulesRepository | |
|---|---|
java.util.List<RulesRepository<?>> |
RulesManager.getRulesRepositories()
Gets the complete list of Rules Repositories in the Sonar instance |
java.util.List<RulesRepository<?>> |
RulesManager.getRulesRepositories(Language language)
Gets the list of Rules Repositories available for a language |
| Constructors in org.sonar.api.rules with parameters of type RulesRepository | |
|---|---|
RulesManager(Plugins plugins,
RulesRepository[] repositories,
DaoFacade dao)
Creates a RuleManager |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||