Package org.pkl.core.module
Class PathElement.TreePathElement
java.lang.Object
org.pkl.core.module.PathElement
org.pkl.core.module.PathElement.TreePathElement
- Enclosing class:
PathElement
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pkl.core.module.PathElement
PathElement.TreePathElement -
Field Summary
Fields inherited from class org.pkl.core.module.PathElement
comparator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.graalvm.collections.EconomicMap<String, PathElement.TreePathElement> getElement(String basePath) Returns the element at pathbasePath, given a path string.getElement(Path basePath) Returns the element at pathbasePath, given aPath.putIfAbsent(String name, PathElement.TreePathElement child) Methods inherited from class org.pkl.core.module.PathElement
equals, getName, hashCode, isDirectory, opaque, toString, withName
-
Constructor Details
-
TreePathElement
-
-
Method Details
-
putIfAbsent
-
getElement
Returns the element at pathbasePath, given aPath. -
getElement
Returns the element at pathbasePath, given a path string. -
getChildren
-
getChildrenValues
-