org.sonar.plugins.pmd
Class PmdRuleRepository

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

public final class PmdRuleRepository
extends RuleRepository


Constructor Summary
PmdRuleRepository(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

PmdRuleRepository

public PmdRuleRepository(ServerFileSystem fileSystem,
                         XMLRuleParser xmlRuleParser)
Method Detail

createRules

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


Copyright © 2009-2012 SonarSource. All Rights Reserved.