Class ExtractorRuleSet

java.lang.Object
jenkins.plugins.maveninfo.extractor.base.ExtractorRuleSet
All Implemented Interfaces:
org.apache.commons.digester3.RuleSet

public class ExtractorRuleSet extends Object implements org.apache.commons.digester3.RuleSet
Ruleset for rules collection.
Author:
emenaceb
  • Constructor Details

    • ExtractorRuleSet

      public ExtractorRuleSet()
  • Method Details

    • addRule

      public void addRule(String pattern, org.apache.commons.digester3.Rule rule)
    • addRuleInstances

      public void addRuleInstances(org.apache.commons.digester3.Digester digester)
      Specified by:
      addRuleInstances in interface org.apache.commons.digester3.RuleSet
    • getNamespaceURI

      public String getNamespaceURI()
      Specified by:
      getNamespaceURI in interface org.apache.commons.digester3.RuleSet