Package | Description |
---|---|
org.opencms.util |
Utility functions for String manipulation and other often used tasks.
|
Modifier and Type | Method and Description |
---|---|
CmsPathTree<P,V> |
CmsPathTree.findNode(java.util.List<P> path)
Finds the node for the given path, and returns it or null if node was found.
|
CmsPathTree<P,V> |
CmsPathTree.getChild(P pathPart)
Gets the child for the given path component.
|