| Package | Description |
|---|---|
| org.sonar.api.rules |
| Constructor and Description |
|---|
Rule(String name,
String key,
RulesCategory rulesCategory,
String pluginName,
String description)
Deprecated.
since 2.3. Use the factory method
Rule.create() |
Rule(String pluginKey,
String key,
String name,
RulesCategory rulesCategory,
RulePriority severity)
Deprecated.
since 2.3. Use the factory method
Rule.create() |
Rule(String name,
String key,
String configKey,
RulesCategory rulesCategory,
String pluginName,
String description)
Deprecated.
since 2.3. Use the factory method
Rule.create() |
Copyright © 2009-2012 SonarSource. All Rights Reserved.