org.sonar.api.checks.templates
Class CheckTemplateProperty

java.lang.Object
  extended by org.sonar.api.checks.templates.CheckTemplateProperty
All Implemented Interfaces:
Comparable<CheckTemplateProperty>
Direct Known Subclasses:
BundleCheckTemplateProperty, DefaultCheckTemplateProperty

Deprecated. since 2.3

@Deprecated
public abstract class CheckTemplateProperty
extends Object
implements Comparable<CheckTemplateProperty>

Since:
2.1 (experimental)

Field Summary
protected  String key
          Deprecated.  
 
Constructor Summary
CheckTemplateProperty()
          Deprecated.  
 
Method Summary
 int compareTo(CheckTemplateProperty o)
          Deprecated.  
 boolean equals(Object o)
          Deprecated.  
 String getDescription()
          Deprecated.  
abstract  String getDescription(Locale locale)
          Deprecated.  
 String getKey()
          Deprecated.  
abstract  String getTitle(Locale locale)
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setKey(String s)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key
Deprecated. 
Constructor Detail

CheckTemplateProperty

public CheckTemplateProperty()
Deprecated. 
Method Detail

getKey

public String getKey()
Deprecated. 

setKey

public void setKey(String s)
Deprecated. 

getTitle

public abstract String getTitle(Locale locale)
Deprecated. 

getDescription

public String getDescription()
Deprecated. 

getDescription

public abstract String getDescription(Locale locale)
Deprecated. 

equals

public final boolean equals(Object o)
Deprecated. 
Overrides:
equals in class Object

hashCode

public final int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

compareTo

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


Copyright © 2009-2011 SonarSource. All Rights Reserved.