|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RulesProfile | |
|---|---|
| org.sonar.api.checks | |
| org.sonar.api.profiles | |
| org.sonar.api.rules | |
| org.sonar.xoo.rule | |
| Uses of RulesProfile in org.sonar.api.checks |
|---|
| Methods in org.sonar.api.checks with parameters of type RulesProfile | |
|---|---|
static AnnotationCheckFactory |
AnnotationCheckFactory.create(RulesProfile profile,
String repositoryKey,
Collection checkClasses)
Deprecated. |
| Constructors in org.sonar.api.checks with parameters of type RulesProfile | |
|---|---|
CheckFactory(RulesProfile profile,
String repositoryKey)
Deprecated. |
|
| Uses of RulesProfile in org.sonar.api.profiles |
|---|
| Methods in org.sonar.api.profiles that return RulesProfile | |
|---|---|
RulesProfile |
RulesProfile.addActiveRule(ActiveRule activeRule)
|
static RulesProfile |
RulesProfile.create()
|
static RulesProfile |
RulesProfile.create(String name,
String language)
|
abstract RulesProfile |
ProfileDefinition.createProfile(ValidationMessages validation)
|
abstract RulesProfile |
ProfileImporter.importProfile(Reader reader,
ValidationMessages messages)
|
RulesProfile |
XMLProfileParser.parse(Reader reader,
ValidationMessages messages)
|
RulesProfile |
AnnotationProfileParser.parse(String repositoryKey,
String profileName,
String language,
Collection<Class> annotatedClasses,
ValidationMessages messages)
|
RulesProfile |
XMLProfileParser.parseResource(ClassLoader classloader,
String xmlClassPath,
ValidationMessages messages)
|
RulesProfile |
RulesProfile.removeActiveRule(ActiveRule activeRule)
|
RulesProfile |
RulesProfile.setEnabled(Boolean b)
Deprecated. since 3.3. |
RulesProfile |
RulesProfile.setLanguage(String s)
Set the profile language |
RulesProfile |
RulesProfile.setName(String s)
Set the profile name. |
RulesProfile |
RulesProfile.setUsed(Boolean used)
Deprecated. profile versioning is dropped in 4.4. Always returns -1. |
RulesProfile |
RulesProfile.setVersion(int version)
Deprecated. profile versioning is dropped in 4.4. Always returns -1. |
| Methods in org.sonar.api.profiles with parameters of type RulesProfile | |
|---|---|
abstract void |
ProfileExporter.exportProfile(RulesProfile profile,
Writer writer)
|
void |
XMLProfileSerializer.write(RulesProfile profile,
Writer writer)
|
| Uses of RulesProfile in org.sonar.api.rules |
|---|
| Methods in org.sonar.api.rules that return RulesProfile | |
|---|---|
RulesProfile |
ActiveRule.getRulesProfile()
|
| Methods in org.sonar.api.rules with parameters of type RulesProfile | |
|---|---|
void |
ActiveRule.setRulesProfile(RulesProfile rulesProfile)
Deprecated. visibility should be reduced to protected or package |
| Constructors in org.sonar.api.rules with parameters of type RulesProfile | |
|---|---|
ActiveRule(RulesProfile profile,
Rule rule,
RulePriority severity)
Deprecated. visibility should be reduced to protected or package |
|
| Uses of RulesProfile in org.sonar.xoo.rule |
|---|
| Methods in org.sonar.xoo.rule that return RulesProfile | |
|---|---|
RulesProfile |
XooQualityProfile.createProfile(ValidationMessages validation)
|
RulesProfile |
XooFakeImporter.importProfile(Reader reader,
ValidationMessages messages)
|
RulesProfile |
XooFakeImporterWithMessages.importProfile(Reader reader,
ValidationMessages messages)
|
| Methods in org.sonar.xoo.rule with parameters of type RulesProfile | |
|---|---|
void |
XooFakeExporter.exportProfile(RulesProfile profile,
Writer writer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||