|
||||||||||
| 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>
@Deprecated public abstract class AbstractRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
| Constructor Summary | |
|---|---|
AbstractRulesRepository(LANG language,
MAPPER priorityMapper)
Deprecated. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getCheckResourcesBase()
Deprecated. |
java.util.List<Rule> |
getInitialReferential()
Deprecated. |
LANG |
getLanguage()
Deprecated. |
abstract java.lang.String |
getRepositoryResourcesBase()
Deprecated. |
MAPPER |
getRulePriorityMapper()
Deprecated. |
java.util.List<Rule> |
parseReferential(java.lang.String fileContent)
Deprecated. The method to parse the base referential of rules and return a list of rules |
| 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.RulesRepository |
|---|
getProvidedProfiles |
| Constructor Detail |
|---|
public AbstractRulesRepository(LANG language,
MAPPER priorityMapper)
| Method Detail |
|---|
public LANG getLanguage()
getLanguage in interface RulesRepository<LANG extends Language>public abstract java.lang.String getRepositoryResourcesBase()
public final java.util.List<Rule> getInitialReferential()
getInitialReferential in interface RulesRepository<LANG extends Language>public java.util.List<Rule> parseReferential(java.lang.String fileContent)
RulesRepository
parseReferential in interface RulesRepository<LANG extends Language>fileContent - the initial referential
public MAPPER getRulePriorityMapper()
protected java.lang.String getCheckResourcesBase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||