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.access.sift
Methods in ch.qos.logback.access.sift that return ElementPathModifier and TypeMethodDescriptionprotected ElementPathSiftingJoranConfigurator.initialElementPath() -
Uses of ElementPath in ch.qos.logback.classic.sift
Methods in ch.qos.logback.classic.sift that return ElementPathModifier and TypeMethodDescriptionprotected ElementPathSiftingJoranConfigurator.initialElementPath() -
Uses of ElementPath in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return ElementPath -
Uses of ElementPath in ch.qos.logback.core.joran.action
Methods in ch.qos.logback.core.joran.action with parameters of type ElementPathModifier and TypeMethodDescriptionabstract booleanImplicitAction.isApplicable(ElementPath currentElementPath, Attributes attributes, InterpretationContext ec) Check whether this implicit action is appropriate in the current context.booleanNestedBasicPropertyIA.isApplicable(ElementPath elementPath, Attributes attributes, InterpretationContext ec) booleanNestedComplexPropertyIA.isApplicable(ElementPath elementPath, Attributes attributes, InterpretationContext ic) -
Uses of ElementPath in ch.qos.logback.core.joran.event
Fields in ch.qos.logback.core.joran.event declared as ElementPathModifier and TypeFieldDescriptionfinal ElementPathStartEvent.elementPath(package private) ElementPathSaxEventRecorder.globalElementPathConstructors in ch.qos.logback.core.joran.event with parameters of type ElementPathModifierConstructorDescription(package private)StartEvent(ElementPath elementPath, String namespaceURI, String localName, String qName, Attributes attributes, Locator locator) -
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 ElementPathConstructors in ch.qos.logback.core.joran.event.stax with parameters of type ElementPathModifierConstructorDescription(package private)StartEvent(ElementPath elementPath, String name, Iterator<Attribute> attributeIterator, Location location) -
Uses of ElementPath in ch.qos.logback.core.joran.spi
Subclasses of ElementPath in ch.qos.logback.core.joran.spiModifier and TypeClassDescriptionclassElementSelector extendsElementPathwith matching operations such asElementSelector.fullPathMatch(ElementPath),ElementSelector.getPrefixMatchLength(ElementPath)andElementSelector.getTailMatchLength(ElementPath).Fields in ch.qos.logback.core.joran.spi declared as ElementPathModifier and TypeFieldDescriptionprivate ElementPathInterpreter.elementPath(package private) ElementPathInterpreter.skipIf the skip nested is set, then we skip all its nested elements until it is set back to null at when the element's end is reached.Methods in ch.qos.logback.core.joran.spi that return ElementPathMethods in ch.qos.logback.core.joran.spi with parameters of type ElementPathModifier and TypeMethodDescriptionbooleanElementSelector.fullPathMatch(ElementPath path) SimpleRuleStore.fullPathMatch(ElementPath elementPath) Interpreter.getApplicableActionList(ElementPath elementPath, Attributes attributes) Return the list of applicable patterns for thisintElementSelector.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) Interpreter.lookupImplicitAction(ElementPath elementPath, Attributes attributes, InterpretationContext ec) Check if any implicit actions are applicable.RuleStore.matchActions(ElementPath elementPath) Return a list of actions matching a pattern.SimpleRuleStore.matchActions(ElementPath elementPath) SimpleRuleStore.middleMatch(ElementPath path) SimpleRuleStore.prefixMatch(ElementPath elementPath) SimpleRuleStore.suffixMatch(ElementPath elementPath) Constructors in ch.qos.logback.core.joran.spi with parameters of type ElementPathModifierConstructorDescriptionInterpreter(Context context, RuleStore rs, ElementPath initialElementPath) -
Uses of ElementPath in chapters.onJoran.implicit
Methods in chapters.onJoran.implicit with parameters of type ElementPathModifier and TypeMethodDescriptionbooleanPrintMeImplicitAction.isApplicable(ElementPath elementPath, Attributes attributes, InterpretationContext ec)