org.sonar.plugins.checkstyle
Class CheckstyleRuleRepository

java.lang.Object
  extended by org.sonar.api.rules.RuleRepository
      extended by org.sonar.plugins.checkstyle.CheckstyleRuleRepository
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension

public final class CheckstyleRuleRepository
extends RuleRepository


Constructor Summary
CheckstyleRuleRepository(ServerFileSystem fileSystem, XMLRuleParser xmlRuleParser)
           
 
Method Summary
 List<Rule> createRules()
           
 
Methods inherited from class org.sonar.api.rules.RuleRepository
getKey, getLanguage, getName, getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckstyleRuleRepository

public CheckstyleRuleRepository(ServerFileSystem fileSystem,
                                XMLRuleParser xmlRuleParser)
Method Detail

createRules

public List<Rule> createRules()
Specified by:
createRules in class RuleRepository


Copyright © 2009-2012 SonarSource. All Rights Reserved.