Package ch.qos.logback.core.joran.spi
Class ElementPath
- java.lang.Object
-
- ch.qos.logback.core.joran.spi.ElementPath
-
- Direct Known Subclasses:
ElementSelector
@Deprecated(since="2022-01-27") public class ElementPath extends Object
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
Constructors Constructor Description ElementPath()Deprecated.ElementPath(String pathStr)Deprecated.Build an elementPath from a string.ElementPath(List<String> list)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ElementPathduplicate()Deprecated.booleanequals(Object o)Deprecated.Stringget(int i)Deprecated.List<String>getCopyOfPartList()Deprecated.StringpeekLast()Deprecated.voidpop()Deprecated.voidpush(String s)Deprecated.intsize()Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
duplicate
public ElementPath duplicate()
Deprecated.
-
push
public void push(String s)
Deprecated.
-
get
public String get(int i)
Deprecated.
-
pop
public void pop()
Deprecated.
-
peekLast
public String peekLast()
Deprecated.
-
size
public int size()
Deprecated.
-
-