org.sonar.api.checks.templates
Class BundleCheckTemplateProperty

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

Deprecated. since 2.3

@Deprecated
public class BundleCheckTemplateProperty
extends CheckTemplateProperty

Since:
2.1 (experimental)

Field Summary
 
Fields inherited from class org.sonar.api.checks.templates.CheckTemplateProperty
key
 
Constructor Summary
BundleCheckTemplateProperty(BundleCheckTemplate check, String key)
          Deprecated.  
 
Method Summary
 String getDefaultDescription()
          Deprecated.  
 String getDefaultTitle()
          Deprecated.  
 String getDescription(Locale locale)
          Deprecated.  
 String getTitle(Locale locale)
          Deprecated.  
 void setDefaultDescription(String s)
          Deprecated.  
 void setDefaultTitle(String s)
          Deprecated.  
 
Methods inherited from class org.sonar.api.checks.templates.CheckTemplateProperty
compareTo, equals, getDescription, getKey, hashCode, setKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleCheckTemplateProperty

public BundleCheckTemplateProperty(BundleCheckTemplate check,
                                   String key)
Deprecated. 
Method Detail

getDefaultTitle

public String getDefaultTitle()
Deprecated. 

setDefaultTitle

public void setDefaultTitle(String s)
Deprecated. 

getTitle

public String getTitle(Locale locale)
Deprecated. 
Specified by:
getTitle in class CheckTemplateProperty

getDefaultDescription

public String getDefaultDescription()
Deprecated. 

setDefaultDescription

public void setDefaultDescription(String s)
Deprecated. 

getDescription

public String getDescription(Locale locale)
Deprecated. 
Specified by:
getDescription in class CheckTemplateProperty


Copyright © 2009-2011 SonarSource. All Rights Reserved.