org.sonar.api.rules
Class StandardRulesXmlParser

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

Deprecated.

@Deprecated
public class StandardRulesXmlParser
extends Object


Nested Class Summary
static class StandardRulesXmlParser.TrimStringConverter
          Deprecated. See http://svn.codehaus.org/xstream/trunk/xstream/src/java/com/thoughtworks/xstream/converters/basic/StringConverter.java
 
Constructor Summary
StandardRulesXmlParser()
          Deprecated.  
 
Method Summary
 List<Rule> parse(InputStream input)
          Deprecated.  
 List<Rule> parse(Reader reader)
          Deprecated.  
 List<Rule> parse(String xml)
          Deprecated. see the XML format into the unit test src/test/java/.../StandardRulesXmlParserTest
 String toXml(List<Rule> rules)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardRulesXmlParser

public StandardRulesXmlParser()
Deprecated. 
Method Detail

parse

public List<Rule> parse(String xml)
Deprecated. 
see the XML format into the unit test src/test/java/.../StandardRulesXmlParserTest


parse

public List<Rule> parse(Reader reader)
Deprecated. 

parse

public List<Rule> parse(InputStream input)
Deprecated. 

toXml

public String toXml(List<Rule> rules)
Deprecated. 


Copyright © 2009-2010 SonarSource. All Rights Reserved.