org.sonar.api.checks.templates
Class BundleCheckTemplate

java.lang.Object
  extended by org.sonar.api.checks.templates.CheckTemplate
      extended by org.sonar.api.checks.templates.BundleCheckTemplate

Deprecated. since 2.3

@Deprecated
public class BundleCheckTemplate
extends CheckTemplate

Since:
2.1 (experimental)

Field Summary
 
Fields inherited from class org.sonar.api.checks.templates.CheckTemplate
configKey, isoCategory, key, priority, properties
 
Constructor Summary
protected BundleCheckTemplate(String key, Class bundleClass)
          Deprecated.  
protected BundleCheckTemplate(String key, String bundleBaseName)
          Deprecated.  
 
Method Summary
protected  ResourceBundle getBundle(Locale locale)
          Deprecated.  
protected  String getDefaultDescription()
          Deprecated.  
protected  String getDefaultTitle()
          Deprecated.  
 String getDescription(Locale locale)
          Deprecated.  
 String getMessage(Locale locale, String key, Object... params)
          Deprecated.  
protected  String getText(String key, Locale locale, String defaultValue)
          Deprecated.  
 String getTitle(Locale locale)
          Deprecated.  
protected  void setDefaultDescription(String defaultDescription)
          Deprecated.  
protected  void setDefaultTitle(String defaultTitle)
          Deprecated.  
 
Methods inherited from class org.sonar.api.checks.templates.CheckTemplate
addProperty, equals, getConfigKey, getIsoCategory, getKey, getPriority, getProperties, getProperty, hashCode, setConfigKey, setIsoCategory, setKey, setPriority
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleCheckTemplate

protected BundleCheckTemplate(String key,
                              String bundleBaseName)
Deprecated. 

BundleCheckTemplate

protected BundleCheckTemplate(String key,
                              Class bundleClass)
Deprecated. 
Method Detail

getDefaultTitle

protected String getDefaultTitle()
Deprecated. 

setDefaultTitle

protected void setDefaultTitle(String defaultTitle)
Deprecated. 

getDefaultDescription

protected String getDefaultDescription()
Deprecated. 

setDefaultDescription

protected void setDefaultDescription(String defaultDescription)
Deprecated. 

getTitle

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

getDescription

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

getMessage

public String getMessage(Locale locale,
                         String key,
                         Object... params)
Deprecated. 
Specified by:
getMessage in class CheckTemplate

getText

protected String getText(String key,
                         Locale locale,
                         String defaultValue)
Deprecated. 

getBundle

protected ResourceBundle getBundle(Locale locale)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.