org.sonar.plugins.api.rules
Interface RulesRepository

All Superinterfaces:
Extension, MavenExtension, ServerExtension

public interface RulesRepository
extends MavenExtension, ServerExtension


Method Summary
 java.util.List<ch.hortis.sonar.model.Rule> getInitialReferential()
           
 Language getLanguage()
           
 java.util.List<ch.hortis.sonar.model.RulesProfile> getProvidedProfiles()
           
 java.util.List<ch.hortis.sonar.model.Rule> parseReferential(java.lang.String fileContent)
           
 

Method Detail

getInitialReferential

java.util.List<ch.hortis.sonar.model.Rule> getInitialReferential()

getLanguage

Language getLanguage()

getProvidedProfiles

java.util.List<ch.hortis.sonar.model.RulesProfile> getProvidedProfiles()

parseReferential

java.util.List<ch.hortis.sonar.model.Rule> parseReferential(java.lang.String fileContent)


Copyright © 2008-2009 SonarSource SA. All Rights Reserved.