Uses of Class
ch.qos.logback.core.joran.spi.ElementPath
-
Packages that use ElementPath Package Description ch.qos.logback.core.joran Contains Joran configuration classes.ch.qos.logback.core.joran.event Contains event classes representing SAX parsing events in Joran.ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework. -
-
Uses of ElementPath in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return ElementPath Modifier and Type Method Description protected ElementPathGenericXMLConfigurator. initialElementPath() -
Uses of ElementPath in ch.qos.logback.core.joran.event
Fields in ch.qos.logback.core.joran.event declared as ElementPath Modifier and Type Field Description ElementPathStartEvent. elementPathConstructors in ch.qos.logback.core.joran.event with parameters of type ElementPath Constructor Description SaxEventRecorder(Context context, ElementPath elementPath) -
Uses of ElementPath in ch.qos.logback.core.joran.spi
Subclasses of ElementPath in ch.qos.logback.core.joran.spi Modifier and Type Class Description classElementSelectorElementSelector extendsElementPathwith matching operations such asElementSelector.fullPathMatch(ElementPath),ElementSelector.getPrefixMatchLength(ElementPath)andElementSelector.getTailMatchLength(ElementPath).Methods in ch.qos.logback.core.joran.spi that return ElementPath Modifier and Type Method Description ElementPathElementPath. duplicate()ElementPathSaxEventInterpreter. getCopyOfElementPath()Methods in ch.qos.logback.core.joran.spi with parameters of type ElementPath Modifier and Type Method Description booleanElementSelector. fullPathMatch(ElementPath path)intElementSelector. getPrefixMatchLength(ElementPath p)Returns the number of "prefix" components that this pattern has in common with the pattern p passed as parameter.intElementSelector. getTailMatchLength(ElementPath p)Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter.booleanElementSelector. isContainedIn(ElementPath p)Supplier<Action>RuleStore. matchActions(ElementPath elementPath)Return a list of actions matching a pattern.Supplier<Action>SimpleRuleStore. matchActions(ElementPath elementPath)Constructors in ch.qos.logback.core.joran.spi with parameters of type ElementPath Constructor Description SaxEventInterpreter(Context context, RuleStore rs, ElementPath initialElementPath, List<SaxEvent> saxEvents)
-