public class DdlConfigTree extends DdlConfigNode
The config tree is formed by a hierarchical set of '.' delimited config properties that make up a configuration path. This class is intended for platform use only
| Constructor and Description |
|---|
DdlConfigTree(UtlTailoring.PropertySource overrides) |
| Modifier and Type | Method and Description |
|---|---|
DdlConfigNode |
get(String key)
Gets a config node defined in this tree.
|
void |
onNodeAdded(DdlConfigNode node) |
void |
onNodeRemoved(DdlConfigNode node) |
add, addAll, addNode, collectDescendents, compareTo, equals, getChildren, getFullName, getName, getParent, getRequiredChild, getRequiredValue, getRequiredValue, getRoot, getUnsubstitutedValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, hashCode, merge, remove, toStringpublic DdlConfigTree(UtlTailoring.PropertySource overrides)
public DdlConfigNode get(String key)
get in class DdlConfigNodekey - The child path relative to this node.public void onNodeAdded(DdlConfigNode node)
public void onNodeRemoved(DdlConfigNode node)
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.