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(PropertyPath.NodeId childNode) |
PropertyTree |
get(PropertyPath path) |
Collection<PropertyTree> |
getChildren() |
Map<PropertyPath.NodeId,PropertyTree> |
getChildrenMap() |
PropertyPath.NodeId |
getNodeId() |
boolean |
hasChildren() |
String |
toString() |
public final PropertyPath path
public static PropertyTree build(PropertyPath... paths)
public static PropertyTree build(Collection<PropertyPath> paths)
public PropertyPath.NodeId getNodeId()
public Collection<PropertyTree> getChildren()
public Map<PropertyPath.NodeId,PropertyTree> getChildrenMap()
public PropertyTree get(PropertyPath.NodeId childNode)
public boolean hasChildren()
public PropertyTree get(PropertyPath path)
Copyright © 2015. All rights reserved.