|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CheckProfile | |
|---|---|
| org.sonar.api.checks.checkers | |
| org.sonar.api.checks.profiles | |
| Uses of CheckProfile in org.sonar.api.checks.checkers |
|---|
| Methods in org.sonar.api.checks.checkers with parameters of type CheckProfile | |
|---|---|
void |
MessageDispatcher.registerCheckers(CheckProfile profile)
|
void |
MessageDispatcher.unregisterChecks(CheckProfile profile)
|
| Constructors in org.sonar.api.checks.checkers with parameters of type CheckProfile | |
|---|---|
AnnotationCheckerFactory(CheckProfile profile,
java.lang.String repositoryKey,
java.util.Collection<java.lang.Class<CHECKER>> checkerClasses)
|
|
| Uses of CheckProfile in org.sonar.api.checks.profiles |
|---|
| Methods in org.sonar.api.checks.profiles that return CheckProfile | |
|---|---|
static CheckProfile |
CheckProfileXmlMarshaller.fromXml(java.io.Reader xml)
|
static CheckProfile |
CheckProfileXmlMarshaller.fromXmlInClasspath(java.lang.String pathToXml)
|
static CheckProfile |
CheckProfileXmlMarshaller.fromXmlInClasspath(java.lang.String pathToXml,
java.lang.Class clazz)
|
| Methods in org.sonar.api.checks.profiles that return types with arguments of type CheckProfile | |
|---|---|
static java.util.Collection<CheckProfile> |
AnnotationCheckProfileFactory.create(java.lang.String repositoryKey,
java.lang.String language,
java.util.Collection<java.lang.Class> checkClasses)
|
abstract java.util.Collection<CheckProfile> |
CheckProfileProvider.provide()
|
| Methods in org.sonar.api.checks.profiles with parameters of type CheckProfile | |
|---|---|
static void |
CheckProfileXmlMarshaller.toXml(CheckProfile profile,
java.io.Writer writer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||