Class RuleCollector


  • public class RuleCollector
    extends Object
    Builder for the list of rules.

    It's a simple collector, with the advantage that it detects some programming mistakes early:

    • not adding any rule
    • using the same rule name twice

    Author:
    Fabian Kessler