Class XMLRuleParser


  • @Deprecated
    @ServerSide
    @ComputeEngineSide
    public final class XMLRuleParser
    extends java.lang.Object
    Deprecated.
    in 4.2. Replaced by org.sonar.api.server.rule.RulesDefinition and org.sonar.api.server.rule.RulesDefinitionXmlLoader
    Since:
    2.3
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLRuleParser()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<Rule> parse​(java.io.File file)
      Deprecated.
       
      java.util.List<Rule> parse​(java.io.InputStream input)
      Deprecated.
      Warning : the input stream is closed in this method
      java.util.List<Rule> parse​(java.io.Reader reader)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XMLRuleParser

        public XMLRuleParser()
        Deprecated.
    • Method Detail

      • parse

        public java.util.List<Rule> parse​(java.io.File file)
        Deprecated.
      • parse

        public java.util.List<Rule> parse​(java.io.InputStream input)
        Deprecated.
        Warning : the input stream is closed in this method
      • parse

        public java.util.List<Rule> parse​(java.io.Reader reader)
        Deprecated.