|
Log4j 1.3alpha-4 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pattern | |
org.apache.joran | |
org.apache.joran.action |
Uses of Pattern in org.apache.joran |
Methods in org.apache.joran with parameters of type Pattern | |
void |
RuleStore.addRule(Pattern pattern,
java.lang.String actionClassStr)
|
void |
RuleStore.addRule(Pattern pattern,
Action action)
|
java.util.List |
RuleStore.matchActions(Pattern pattern)
|
int |
Pattern.tailMatch(Pattern p)
Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter. |
Uses of Pattern in org.apache.joran.action |
Methods in org.apache.joran.action with parameters of type Pattern | |
boolean |
NestComponentIA.isApplicable(Pattern pattern,
Attributes attributes,
ExecutionContext ec)
|
abstract boolean |
ImplicitAction.isApplicable(Pattern currentPattern,
Attributes attributes,
ExecutionContext ec)
Check whether this implicit action is apprioriate in the current context. |
|
Log4j 1.3alpha-4 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |