Interface DigesterRulesSource


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

      • 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