|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.checks.templates.CheckTemplate
@Deprecated public abstract class CheckTemplate
| Field Summary | |
|---|---|
protected java.lang.String |
configKey
Deprecated. |
protected IsoCategory |
isoCategory
Deprecated. |
protected java.lang.String |
key
Deprecated. |
protected Priority |
priority
Deprecated. |
protected java.util.List<CheckTemplateProperty> |
properties
Deprecated. |
| Constructor Summary | |
|---|---|
CheckTemplate()
Deprecated. |
|
CheckTemplate(java.lang.String key)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addProperty(CheckTemplateProperty p)
Deprecated. |
boolean |
equals(java.lang.Object o)
Deprecated. Checks are equal within the same plugin. |
java.lang.String |
getConfigKey()
Deprecated. |
abstract java.lang.String |
getDescription(java.util.Locale locale)
Deprecated. |
IsoCategory |
getIsoCategory()
Deprecated. |
java.lang.String |
getKey()
Deprecated. |
abstract java.lang.String |
getMessage(java.util.Locale locale,
java.lang.String key,
java.lang.Object... params)
Deprecated. |
Priority |
getPriority()
Deprecated. |
java.util.List<CheckTemplateProperty> |
getProperties()
Deprecated. |
CheckTemplateProperty |
getProperty(java.lang.String key)
Deprecated. |
abstract java.lang.String |
getTitle(java.util.Locale locale)
Deprecated. |
int |
hashCode()
Deprecated. |
void |
setConfigKey(java.lang.String configKey)
Deprecated. |
void |
setIsoCategory(IsoCategory c)
Deprecated. |
void |
setKey(java.lang.String s)
Deprecated. |
void |
setPriority(Priority p)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String key
protected java.lang.String configKey
protected Priority priority
protected IsoCategory isoCategory
protected java.util.List<CheckTemplateProperty> properties
| Constructor Detail |
|---|
public CheckTemplate(java.lang.String key)
public CheckTemplate()
| Method Detail |
|---|
public java.lang.String getKey()
public void setKey(java.lang.String s)
public Priority getPriority()
public void setPriority(Priority p)
public IsoCategory getIsoCategory()
public void setIsoCategory(IsoCategory c)
public java.lang.String getConfigKey()
public void setConfigKey(java.lang.String configKey)
public abstract java.lang.String getTitle(java.util.Locale locale)
public abstract java.lang.String getDescription(java.util.Locale locale)
public abstract java.lang.String getMessage(java.util.Locale locale,
java.lang.String key,
java.lang.Object... params)
public java.util.List<CheckTemplateProperty> getProperties()
public void addProperty(CheckTemplateProperty p)
public CheckTemplateProperty getProperty(java.lang.String key)
public final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||