org.sonar.api.rules
Class XMLRuleParser

java.lang.Object
  extended by org.sonar.api.rules.XMLRuleParser

public final class XMLRuleParser
extends Object

Since:
2.3

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

Method Detail

parseXML

public static List<Rule> parseXML(File file)

parseXML

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


parseXML

public static List<Rule> parseXML(Reader reader)


Copyright © 2009-2010 SonarSource. All Rights Reserved.