Interface IRuleProvider


  • public interface IRuleProvider
    Interface for providing rule implementations in some other way than by using the default Java Service Loader.

    Not intended to be exposed. Primary use is to allow the ExtensionRuleProvider implementation to be plugged in when running in an OSGi environment.

    • Method Detail

      • getRules

        java.util.Collection<IRule> getRules()