org.sonar.api.rules.xml
Class Rule

java.lang.Object
  extended by org.sonar.api.rules.xml.Rule
All Implemented Interfaces:
Comparable<String>

Deprecated.

@Deprecated
public class Rule
extends Object
implements Comparable<String>


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

Rule

public Rule(String ref)
Deprecated. 

Rule

public Rule(String ref,
            String priority)
Deprecated. 
Method Detail

getKey

public String getKey()
Deprecated. 

setProperties

public void setProperties(List<Property> properties)
Deprecated. 

getProperties

public List<Property> getProperties()
Deprecated. 

compareTo

public int compareTo(String o)
Deprecated. 
Specified by:
compareTo in interface Comparable<String>

getPriority

public String getPriority()
Deprecated. 

setPriority

public void setPriority(String priority)
Deprecated. 

addProperty

public void addProperty(Property property)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.