public interface RuleStore
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 matchActions(Pattern)
method.
Modifier and Type | Method and Description |
---|---|
void |
addRule(Pattern pattern,
Action action) |
void |
addRule(Pattern pattern,
java.lang.String actionClassStr) |
java.util.List |
matchActions(Pattern currentPatern) |
Copyright © 1999-2017 QOS.ch. All rights reserved