| Package | Description |
|---|---|
| org.sonar.api.batch.rule |
| Modifier and Type | Method and Description |
|---|---|
ActiveRule |
ActiveRules.find(RuleKey ruleKey)
Find a
ActiveRule by the associated rule key. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ActiveRule> |
ActiveRules.findAll()
All the active rules, whatever their repository and related language.
|
Collection<ActiveRule> |
ActiveRules.findByRepository(String repository)
The active rules for a given repository, like Findbugs
|
Copyright © 2009-2014 SonarSource. All Rights Reserved.