public interface Tree
Modifier and Type | Method and Description |
---|---|
TreeNode |
getNodeByPath(String path)
Get a TreeNode given its path.
|
TreeNode[] |
getNodesByPath(String path)
Get all TreeNodes given their path.
|
List |
getRootNodes()
Get the list of root nodes
|
List getRootNodes()
TreeNode getNodeByPath(String path)
path
- Tree path to resolveCopyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.