Uses of Class
ch.qos.logback.core.joran.spi.ElementPath
Packages that use ElementPath
Package
Description
Contains Joran configuration classes.
-
Uses of ElementPath in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return ElementPathModifier and TypeMethodDescriptionprotected ElementPath
GenericXMLConfigurator.initialElementPath()
-
Uses of ElementPath in ch.qos.logback.core.joran.event
Fields in ch.qos.logback.core.joran.event declared as ElementPathConstructors in ch.qos.logback.core.joran.event with parameters of type ElementPath -
Uses of ElementPath in ch.qos.logback.core.joran.event.stax
Fields in ch.qos.logback.core.joran.event.stax declared as ElementPathMethods in ch.qos.logback.core.joran.event.stax that return ElementPath -
Uses of ElementPath in ch.qos.logback.core.joran.spi
Subclasses of ElementPath in ch.qos.logback.core.joran.spiModifier and TypeClassDescriptionclass
ElementSelector extendsElementPath
with matching operations such asElementSelector.fullPathMatch(ElementPath)
,ElementSelector.getPrefixMatchLength(ElementPath)
andElementSelector.getTailMatchLength(ElementPath)
.Methods in ch.qos.logback.core.joran.spi that return ElementPathModifier and TypeMethodDescriptionElementPath.duplicate()
SaxEventInterpreter.getCopyOfElementPath()
Methods in ch.qos.logback.core.joran.spi with parameters of type ElementPathModifier and TypeMethodDescriptionboolean
ElementSelector.fullPathMatch
(ElementPath path) int
ElementSelector.getPrefixMatchLength
(ElementPath p) Returns the number of "prefix" components that this pattern has in common with the pattern p passed as parameter.int
ElementSelector.getTailMatchLength
(ElementPath p) Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter.boolean
ElementSelector.isContainedIn
(ElementPath p) RuleStore.matchActions
(ElementPath elementPath) Return a list of actions matching a pattern.SimpleRuleStore.matchActions
(ElementPath elementPath) Constructors in ch.qos.logback.core.joran.spi with parameters of type ElementPathModifierConstructorDescriptionSaxEventInterpreter
(Context context, RuleStore rs, ElementPath initialElementPath, List<SaxEvent> saxEvents)