Package ch.qos.logback.core.joran.spi
Class ElementPath
java.lang.Object
ch.qos.logback.core.joran.spi.ElementPath
- Direct Known Subclasses:
ElementSelector
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
A element path characterizes a traversal path in an XML document.
- Since:
- 1.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ElementPath(String pathStr) Deprecated.Build an elementPath from a string.ElementPath(List<String> list) Deprecated. -
Method Summary
-
Constructor Details
-
ElementPath
public ElementPath()Deprecated. -
ElementPath
Deprecated. -
ElementPath
Deprecated.Build an elementPath from a string. Note that "/x" is considered equivalent to "x" and to "x/"
-
-
Method Details