org.sonar.api.rules
Class StandardProfileXmlParser

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

Deprecated.

@Deprecated
public class StandardProfileXmlParser
extends Object


Constructor Summary
StandardProfileXmlParser()
          Deprecated.  
StandardProfileXmlParser(List<Rule> rules)
          Deprecated.  
 
Method Summary
protected  void buildActiveRulesFromProfile(Profile profile, List<ActiveRule> activeRules)
          Deprecated.  
protected  Profile buildProfileFromXml(String configuration)
          Deprecated.  
 RulesProfile importConfiguration(String configuration)
          Deprecated.  
 Profile parse(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(List<Rule> rules)
Deprecated. 
Method Detail

parse

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


importConfiguration

public RulesProfile importConfiguration(String configuration)
Deprecated. 

buildProfileFromXml

protected Profile buildProfileFromXml(String configuration)
Deprecated. 

buildActiveRulesFromProfile

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


Copyright © 2009-2011 SonarSource. All Rights Reserved.