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

Packages that use Pattern
ch.qos.logback.access.sift   
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   
chapter10   
chapter10.implicit   
 

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

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

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
 boolean NestedComplexPropertyIA.isApplicable(Pattern pattern, Attributes attributes, InterpretationContext ic)
           
 boolean NestedBasicPropertyIA.isApplicable(Pattern pattern, Attributes attributes, InterpretationContext ec)
           
abstract  boolean ImplicitAction.isApplicable(Pattern currentPattern, Attributes attributes, InterpretationContext ec)
          Check whether this implicit action is appropriate in the current context.
 

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 SimpleRuleStore.addRule(Pattern pattern, Action action)
          Add a new rule, i.e. a pattern, action pair to the rule store.
 void RuleStore.addRule(Pattern pattern, Action action)
           
 void SimpleRuleStore.addRule(Pattern pattern, String actionClassName)
           
 void RuleStore.addRule(Pattern pattern, String actionClassStr)
           
 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.
 List SimpleRuleStore.matchActions(Pattern currentPattern)
           
 List RuleStore.matchActions(Pattern currentPatern)
           
 

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

Uses of Pattern in chapter10
 

Constructor parameters in chapter10 with type arguments of type Pattern
SimpleConfigurator(Map<Pattern,Action> ruleMap)
           
SimpleConfigurator(Map<Pattern,Action> ruleMap, List<ImplicitAction> iaList)
           
 

Uses of Pattern in chapter10.implicit
 

Methods in chapter10.implicit with parameters of type Pattern
 boolean PrintMeImplicitAction.isApplicable(Pattern pattern, Attributes attributes, InterpretationContext ec)
           
 



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