|
||||||||||
| 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(java.lang.Object checker)
|
| Methods in org.sonar.api.checks.checkers that return types with arguments of type Check | |
|---|---|
abstract java.util.Map<Check,CHECKER> |
CheckerFactory.create()
|
java.util.Map<Check,CHECKER> |
AnnotationCheckerFactory.create()
|
| Methods in org.sonar.api.checks.checkers with parameters of type Check | |
|---|---|
java.lang.Object |
MessageDispatcher.getChecker(Check check)
|
void |
MessageDispatcher.registerChecker(Check check,
java.lang.Object checker)
|
void |
MessageDispatcher.unregisterCheck(Check check)
|
| Uses of Check in org.sonar.api.checks.profiles |
|---|
| Methods in org.sonar.api.checks.profiles that return Check | |
|---|---|
Check |
CheckProfile.getCheck(java.lang.String repositoryKey,
java.lang.String templateKey)
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 | |
|---|---|
java.util.List<Check> |
CheckProfile.getChecks()
|
java.util.List<Check> |
CheckProfile.getChecks(java.lang.String repositoryKey)
|
java.util.List<Check> |
CheckProfile.getChecks(java.lang.String repositoryKey,
java.lang.String templateKey)
|
| Methods in org.sonar.api.checks.profiles with parameters of type Check | |
|---|---|
void |
CheckProfile.addCheck(Check check)
|
| Method parameters in org.sonar.api.checks.profiles with type arguments of type Check | |
|---|---|
void |
CheckProfile.setChecks(java.util.Collection<Check> list)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||