public class PropertyTree extends Object
| Modifier and Type | Field and Description |
|---|---|
PropertyPath |
path |
| Modifier and Type | Method and Description |
|---|---|
static PropertyTree |
build(Collection<PropertyPath> paths) |
static PropertyTree |
build(PropertyPath... paths) |
PropertyTree |
get(NodeId childNode) |
PropertyTree |
get(PropertyPath path) |
Collection<PropertyTree> |
getChildren() |
SortedMap<NodeId,PropertyTree> |
getChildrenMap() |
NodeId |
getNodeId() |
boolean |
hasChildren() |
String |
toString() |
public final PropertyPath path
public static PropertyTree build(PropertyPath... paths)
public static PropertyTree build(Collection<PropertyPath> paths)
public NodeId getNodeId()
public Collection<PropertyTree> getChildren()
public SortedMap<NodeId,PropertyTree> getChildrenMap()
public PropertyTree get(NodeId childNode)
public boolean hasChildren()
public PropertyTree get(PropertyPath path)
Copyright © 2015. All rights reserved.