Interface DigesterRulesSource


public interface DigesterRulesSource
Interface for classes that initialize a Digester Rules object with Digester Rules.
Since:
1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getRules(Digester digester)
    Creates and adds Digester Rules to a given Rules object
  • Method Details

    • getRules

      void getRules(Digester digester)
      Creates and adds Digester Rules to a given Rules object
      Parameters:
      digester - the Digester to add the new Rule objects to