Uses of Class
ch.qos.logback.core.joran.spi.ElementPath
Package
Description
Contains Joran configuration classes.
-
Uses of ElementPath in ch.qos.logback.core.joran
Modifier and TypeMethodDescriptionprotected ElementPath
GenericXMLConfigurator.initialElementPath()
-
Uses of ElementPath in ch.qos.logback.core.joran.event
-
Uses of ElementPath in ch.qos.logback.core.joran.event.stax
-
Uses of ElementPath in ch.qos.logback.core.joran.spi
Modifier and TypeClassDescriptionclass
ElementSelector extendsElementPath
with matching operations such asElementSelector.fullPathMatch(ElementPath)
,ElementSelector.getPrefixMatchLength(ElementPath)
andElementSelector.getTailMatchLength(ElementPath)
.Modifier and TypeMethodDescriptionElementPath.duplicate()
SaxEventInterpreter.getCopyOfElementPath()
Modifier 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) ModifierConstructorDescriptionSaxEventInterpreter
(Context context, RuleStore rs, ElementPath initialElementPath, List<SaxEvent> saxEvents)