| Modifier | Constructor | Description |
|---|---|---|
protected |
PathNode(String nodeName) |
| Modifier and Type | Method | Description |
|---|---|---|
PathNode |
addChild(String nodeName) |
Creates a pathNode with the provided name and adds it as a child to this PathNode
|
String |
getNodeName() |
|
PathNode |
getParent() |
|
String |
getPath() |
protected PathNode(String nodeName)
public PathNode addChild(String nodeName)
nodeName - the nodeName of this childpublic String getPath()
public String getNodeName()
public PathNode getParent()
Copyright © 2025. All rights reserved.