Interface HasChildren
- All Known Implementing Classes:
PropertyNode
,RootNode
public interface HasChildren
An object that allows retrieving
PropertyNode
children.-
Method Summary
-
Method Details
-
child
Returns the childPropertyNode
with the given name. Until a value is retrieved, no check is made for the existence of any property.
Example: For a node representingtimeouts.network
, callingchild("connect")
will return a node representingtimeouts.network.connect
.- Parameters:
reference
- one or more segments of the key to append to the key of the current node- Returns:
- the child or descendant node, never
null
.
-