|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.checks.profiles.CheckProfile
@Deprecated public class CheckProfile
| Constructor Summary | |
|---|---|
CheckProfile(String name,
String language)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addCheck(Check check)
Deprecated. |
boolean |
equals(Object o)
Deprecated. |
Check |
getCheck(String repositoryKey,
String templateKey)
Deprecated. We assume there is only one check for this template |
List<Check> |
getChecks()
Deprecated. |
List<Check> |
getChecks(String repositoryKey)
Deprecated. |
List<Check> |
getChecks(String repositoryKey,
String templateKey)
Deprecated. |
String |
getLanguage()
Deprecated. |
String |
getName()
Deprecated. |
int |
hashCode()
Deprecated. |
void |
setChecks(Collection<Check> list)
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CheckProfile(String name,
String language)
| Method Detail |
|---|
public String getName()
public String getLanguage()
public List<Check> getChecks()
public List<Check> getChecks(String repositoryKey)
public List<Check> getChecks(String repositoryKey,
String templateKey)
public Check getCheck(String repositoryKey,
String templateKey)
public void addCheck(Check check)
public void setChecks(Collection<Check> list)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||