Package ch.qos.logback.core.joran.spi
Class ElementSelector
java.lang.Object
ch.qos.logback.core.joran.spi.ElementPath
ch.qos.logback.core.joran.spi.ElementSelector
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
ElementSelector extends
ElementPath with matching operations such as fullPathMatch(ElementPath),
getPrefixMatchLength(ElementPath) and getTailMatchLength(ElementPath).
Parts of the path may contain '*' for wildcard matching.
- Since:
- 1.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated.Build an elementPath from a string.ElementSelector(List<String> list) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanfullPathMatch(ElementPath path) Deprecated.intDeprecated.Returns the number of "prefix" components that this pattern has in common with the pattern p passed as parameter.intDeprecated.Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter.inthashCode()Deprecated.booleanDeprecated.Methods inherited from class ch.qos.logback.core.joran.spi.ElementPath
duplicate, get, getCopyOfPartList, peekLast, pop, push, size, toString
-
Constructor Details
-
ElementSelector
public ElementSelector()Deprecated. -
ElementSelector
Deprecated. -
ElementSelector
Deprecated.Build an elementPath from a string. Note that "/x" is considered equivalent to "x" and to "x/"
-
-
Method Details
-
fullPathMatch
Deprecated. -
getTailMatchLength
Deprecated.Returns the number of "tail" components that this pattern has in common with the pattern p passed as parameter. By "tail" components we mean the components at the end of the pattern. -
isContainedIn
Deprecated. -
getPrefixMatchLength
Deprecated.Returns the number of "prefix" components that this pattern has in common with the pattern p passed as parameter. By "prefix" components we mean the components at the beginning of the pattern. -
equals
Deprecated.- Overrides:
equalsin classElementPath
-
hashCode
public int hashCode()Deprecated.
-