Uses of Class
ch.qos.logback.core.joran.spi.Pattern

Packages that use Pattern
ch.qos.logback.classic.sift   
ch.qos.logback.core.joran Contains Joran configuration classes. 
ch.qos.logback.core.joran.action   
ch.qos.logback.core.joran.event   
ch.qos.logback.core.joran.spi   
 

Uses of Pattern in ch.qos.logback.classic.sift
 

Methods in ch.qos.logback.classic.sift that return Pattern
protected  Pattern SiftingJoranConfigurator.initialPattern()
           
 

Uses of Pattern in ch.qos.logback.core.joran
 

Methods in ch.qos.logback.core.joran that return Pattern
protected  Pattern GenericConfigurator.initialPattern()
           
 

Uses of Pattern in ch.qos.logback.core.joran.action
 

Methods in ch.qos.logback.core.joran.action with parameters of type Pattern
abstract  boolean ImplicitAction.isApplicable(Pattern currentPattern, Attributes attributes, InterpretationContext ec)
          Check whether this implicit action is appropriate in the current context.
 boolean NestedBasicPropertyIA.isApplicable(Pattern pattern, Attributes attributes, InterpretationContext ec)
           
 boolean NestedComplexPropertyIA.isApplicable(Pattern pattern, Attributes attributes, InterpretationContext ic)
           
 

Uses of Pattern in ch.qos.logback.core.joran.event
 

Fields in ch.qos.logback.core.joran.event declared as Pattern
 Pattern StartEvent.pattern
           
 

Uses of Pattern in ch.qos.logback.core.joran.spi
 

Methods in ch.qos.logback.core.joran.spi with parameters of type Pattern
 void RuleStore.addRule(Pattern pattern, Action action)
           
 void SimpleRuleStore.addRule(Pattern pattern, Action action)
          Add a new rule, i.e.
 void RuleStore.addRule(Pattern pattern, String actionClassStr)
           
 void SimpleRuleStore.addRule(Pattern pattern, String actionClassName)
           
 int Pattern.getPrefixMatchLength(Pattern p)
          Returns the number of "prefix" components that this pattern has in common with the pattern p passed as parameter.
 int Pattern.getTailMatchLength(Pattern p)
          Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter.
 boolean Pattern.isContained(Pattern p)
           
 List RuleStore.matchActions(Pattern currentPatern)
           
 List SimpleRuleStore.matchActions(Pattern currentPattern)
           
 

Constructors in ch.qos.logback.core.joran.spi with parameters of type Pattern
Interpreter(Context context, RuleStore rs, Pattern initialPattern)
           
 



Copyright © 2005-2011 QOS.ch. All Rights Reserved.