|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.rules.xml.Rule
@Deprecated public class Rule
| Constructor Summary | |
|---|---|
Rule(String ref)
Deprecated. |
|
Rule(String ref,
String priority)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addProperty(Property property)
Deprecated. |
int |
compareTo(String o)
Deprecated. |
String |
getKey()
Deprecated. |
String |
getPriority()
Deprecated. |
List<Property> |
getProperties()
Deprecated. |
void |
setPriority(String priority)
Deprecated. |
void |
setProperties(List<Property> properties)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rule(String ref)
public Rule(String ref,
String priority)
| Method Detail |
|---|
public String getKey()
public void setProperties(List<Property> properties)
public List<Property> getProperties()
public int compareTo(String o)
compareTo in interface Comparable<String>public String getPriority()
public void setPriority(String priority)
public void addProperty(Property property)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||