org.sonar.api.rules
Class XMLRuleParser

java.lang.Object
  extended by org.sonar.api.rules.XMLRuleParser
All Implemented Interfaces:
ServerComponent

public final class XMLRuleParser
extends Object
implements ServerComponent

Since:
2.3

Constructor Summary
XMLRuleParser()
           
 
Method Summary
 List<Rule> parse(File file)
           
 List<Rule> parse(InputStream input)
          Warning : the input stream is closed in this method
 List<Rule> parse(Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLRuleParser

public XMLRuleParser()
Method Detail

parse

public List<Rule> parse(File file)

parse

public List<Rule> parse(InputStream input)
Warning : the input stream is closed in this method


parse

public List<Rule> parse(Reader reader)


Copyright © 2009-2012 SonarSource. All Rights Reserved.