org.sonar.api.rules
Class StandardProfileXmlParser

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

Deprecated.

@Deprecated
public class StandardProfileXmlParser
extends java.lang.Object


Constructor Summary
StandardProfileXmlParser()
          Deprecated.  
StandardProfileXmlParser(java.util.List<Rule> rules)
          Deprecated.  
 
Method Summary
protected  void buildActiveRulesFromProfile(Profile profile, java.util.List<ActiveRule> activeRules)
          Deprecated.  
protected  Profile buildProfileFromXml(java.lang.String configuration)
          Deprecated.  
 RulesProfile importConfiguration(java.lang.String configuration)
          Deprecated.  
 Profile parse(java.lang.String xml)
          Deprecated. see the XML format into the unit test src/test/java/.../StandardProfileXmlParserTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardProfileXmlParser

public StandardProfileXmlParser()
Deprecated. 

StandardProfileXmlParser

public StandardProfileXmlParser(java.util.List<Rule> rules)
Deprecated. 
Method Detail

parse

public Profile parse(java.lang.String xml)
Deprecated. 
see the XML format into the unit test src/test/java/.../StandardProfileXmlParserTest


importConfiguration

public RulesProfile importConfiguration(java.lang.String configuration)
Deprecated. 

buildProfileFromXml

protected Profile buildProfileFromXml(java.lang.String configuration)
Deprecated. 

buildActiveRulesFromProfile

protected void buildActiveRulesFromProfile(Profile profile,
                                           java.util.List<ActiveRule> activeRules)
Deprecated. 


Copyright © 2009-2010 SonarSource. All Rights Reserved.