|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.rules.AbstractRulesRepository<LANG,MAPPER>
org.sonar.api.rules.AbstractImportableRulesRepository<LANG,MAPPER>
public abstract class AbstractImportableRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
| Constructor Summary | |
|---|---|
AbstractImportableRulesRepository(LANG language,
MAPPER mapper)
|
|
| Method Summary | |
|---|---|
abstract java.util.Map<java.lang.String,java.lang.String> |
getBuiltInProfiles()
A map a of profiles to import, The profile name as key, and the xml profile file name in the classpath |
java.util.List<RulesProfile> |
getProvidedProfiles()
|
RulesProfile |
loadProvidedProfile(java.lang.String name,
java.lang.String fileName)
|
| Methods inherited from class org.sonar.api.rules.AbstractRulesRepository |
|---|
getCheckResourcesBase, getInitialReferential, getLanguage, getRepositoryResourcesBase, getRulePriorityMapper, parseReferential |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.sonar.api.rules.ConfigurationImportable |
|---|
importConfiguration |
| Constructor Detail |
|---|
public AbstractImportableRulesRepository(LANG language,
MAPPER mapper)
| Method Detail |
|---|
public abstract java.util.Map<java.lang.String,java.lang.String> getBuiltInProfiles()
public final java.util.List<RulesProfile> getProvidedProfiles()
getProvidedProfiles in interface RulesRepository<LANG extends Language>
public final RulesProfile loadProvidedProfile(java.lang.String name,
java.lang.String fileName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||