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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<IRule>
getRules()
-
-
-
Method Detail
-
getRules
java.util.Collection<IRule> getRules()
-
-