Log4j 1.3alpha-1

Uses of Class
org.apache.joran.Pattern

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-1

Copyright 2000-2003 Apache Software Foundation.