As its name indicates, a RuleStore contains 2-tuples consists of a Pattern and an Action.
As a joran configurator goes through the elements in a document, it asks the rule store whether there are rules matching the current pattern by invoking the {@link #matchActions(Pattern)} method.
@author Ceki Gülcü
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.