|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Check | |
|---|---|
| org.sonar.api.checks.checkers | |
| org.sonar.api.checks.profiles | |
| Uses of Check in org.sonar.api.checks.checkers |
|---|
| Methods in org.sonar.api.checks.checkers that return Check | |
|---|---|
Check |
MessageDispatcher.getCheck(Object checker)
Deprecated. |
| Methods in org.sonar.api.checks.checkers that return types with arguments of type Check | |
|---|---|
abstract Map<Check,CHECKER> |
CheckerFactory.create()
Deprecated. |
Map<Check,CHECKER> |
AnnotationCheckerFactory.create()
Deprecated. |
| Methods in org.sonar.api.checks.checkers with parameters of type Check | |
|---|---|
Object |
MessageDispatcher.getChecker(Check check)
Deprecated. |
void |
MessageDispatcher.registerChecker(Check check,
Object checker)
Deprecated. |
void |
MessageDispatcher.unregisterCheck(Check check)
Deprecated. |
| Uses of Check in org.sonar.api.checks.profiles |
|---|
| Methods in org.sonar.api.checks.profiles that return Check | |
|---|---|
Check |
CheckProfile.getCheck(String repositoryKey,
String templateKey)
Deprecated. We assume there is only one check for this template |
| Methods in org.sonar.api.checks.profiles that return types with arguments of type Check | |
|---|---|
List<Check> |
CheckProfile.getChecks()
Deprecated. |
List<Check> |
CheckProfile.getChecks(String repositoryKey)
Deprecated. |
List<Check> |
CheckProfile.getChecks(String repositoryKey,
String templateKey)
Deprecated. |
| Methods in org.sonar.api.checks.profiles with parameters of type Check | |
|---|---|
void |
CheckProfile.addCheck(Check check)
Deprecated. |
| Method parameters in org.sonar.api.checks.profiles with type arguments of type Check | |
|---|---|
void |
CheckProfile.setChecks(Collection<Check> list)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||