org.sonar.api.rules
Class XMLRuleParser
java.lang.Object
org.sonar.api.rules.XMLRuleParser
public final class XMLRuleParser
- extends Object
- Since:
- 2.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.