Uses of Class
ch.qos.logback.core.joran.action.ImplicitAction

Packages that use ImplicitAction
ch.qos.logback.core.joran.action   
ch.qos.logback.core.joran.spi   
chapter3   
chapter3.implicit   
 

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

Subclasses of ImplicitAction in ch.qos.logback.core.joran.action
 class NestedBasicPropertyIA
          This action is responsible for tying together a parent object with one of its simple properties specified as an element but for which there is no explicit rule.
 class NestedComplexPropertyIA
          This action is responsible for tying together a parent object with a child element for which there is no explicit rule.
 

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

Methods in ch.qos.logback.core.joran.spi with parameters of type ImplicitAction
 void Interpreter.addImplicitAction(ImplicitAction ia)
           
 

Uses of ImplicitAction in chapter3
 

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

Uses of ImplicitAction in chapter3.implicit
 

Subclasses of ImplicitAction in chapter3.implicit
 class PrintMeImplicitAction
          A rather trivial implicit action which is applicable as soon as an element has a printme attribute set to true.
 



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