public final class TreeStatus extends Object
Constructor and Description |
---|
TreeStatus(Object rootNode)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TreePath |
getPathForString(String statusString)
Provides TreePath for a given status string.
|
String |
getStringForPath(TreePath path)
Provides status string for a TreePath instance.
|
public TreeStatus(Object rootNode)
rootNode
- the root node of the tree which will be used to construct a treepath from a
tree status string.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.