org.sonar.api.rules
Class StandardRuleXmlFormat

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

public final class StandardRuleXmlFormat
extends java.lang.Object

Since:
2.3

Method Summary
static java.util.List<Rule> parseXml(java.io.File file)
           
static java.util.List<Rule> parseXml(java.io.InputStream input)
          Warning : the input stream is closed in this method
static java.util.List<Rule> parseXml(java.io.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 java.util.List<Rule> parseXml(java.io.File file)

parseXml

public static java.util.List<Rule> parseXml(java.io.InputStream input)
Warning : the input stream is closed in this method


parseXml

public static java.util.List<Rule> parseXml(java.io.Reader reader)


Copyright © 2009-2010 SonarSource. All Rights Reserved.