Uses of Class
ch.qos.logback.core.joran.action.ImplicitAction
-
Packages that use ImplicitAction Package Description ch.qos.logback.core.joran.action ch.qos.logback.core.joran.spi chapters.onJoran chapters.onJoran.implicit -
-
Uses of ImplicitAction in ch.qos.logback.core.joran.action
Subclasses of ImplicitAction in ch.qos.logback.core.joran.action Modifier and Type Class Description 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
Fields in ch.qos.logback.core.joran.spi with type parameters of type ImplicitAction Modifier and Type Field Description private java.util.ArrayList<ImplicitAction>
Interpreter. implicitActions
Methods in ch.qos.logback.core.joran.spi with parameters of type ImplicitAction Modifier and Type Method Description void
Interpreter. addImplicitAction(ImplicitAction ia)
-
Uses of ImplicitAction in chapters.onJoran
Fields in chapters.onJoran with type parameters of type ImplicitAction Modifier and Type Field Description (package private) java.util.List<ImplicitAction>
SimpleConfigurator. iaList
Constructor parameters in chapters.onJoran with type arguments of type ImplicitAction Constructor Description SimpleConfigurator(java.util.Map<ElementSelector,Action> ruleMap, java.util.List<ImplicitAction> iaList)
-
Uses of ImplicitAction in chapters.onJoran.implicit
Subclasses of ImplicitAction in chapters.onJoran.implicit Modifier and Type Class Description class
PrintMeImplicitAction
A rather trivial implicit action which is applicable if an element has a printme attribute set to true.
-