org.sonar.api.rules
Interface RulesRepository<LANG extends Language>

All Superinterfaces:
BatchExtension, Extension, ServerExtension
All Known Implementing Classes:
AbstractImportableRulesRepository, AbstractRulesRepository

public interface RulesRepository<LANG extends Language>
extends BatchExtension, ServerExtension


Method Summary
 java.util.List<Rule> getInitialReferential()
           
 LANG getLanguage()
           
 java.util.List<RulesProfile> getProvidedProfiles()
           
 java.util.List<Rule> parseReferential(java.lang.String fileContent)
           
 

Method Detail

getLanguage

LANG getLanguage()

getInitialReferential

java.util.List<Rule> getInitialReferential()

parseReferential

java.util.List<Rule> parseReferential(java.lang.String fileContent)

getProvidedProfiles

java.util.List<RulesProfile> getProvidedProfiles()


Copyright © 2009 SonarSource SA. All Rights Reserved.