Class RuleProviderRegistry


  • public class RuleProviderRegistry
    extends Object
    Maintains a link between all Rule and RuleProvider instances that have been loaded by Windup.
    Author:
    Jesse Sightler
    • Constructor Detail

      • RuleProviderRegistry

        public RuleProviderRegistry()
    • Method Detail

      • addRulesForProvider

        public void addRulesForProvider​(RuleProvider provider,
                                        List<org.ocpsoft.rewrite.config.Rule> rules)
        Sets the List of Rules that were loaded from the given RuleProvider.
      • getRules

        public List<org.ocpsoft.rewrite.config.Rule> getRules​(RuleProvider provider)
        Gets all of the Rules that were loaded by the given RuleProvider.
      • getConfiguration

        public org.ocpsoft.rewrite.config.Configuration getConfiguration()
        Contains the Configuration containing all of the loaded s.
      • setConfiguration

        public void setConfiguration​(org.ocpsoft.rewrite.config.Configuration configuration)
        Contains the Configuration containing all of the loaded s.