public interface HasChildren
PropertyNode children.| Modifier and Type | Method and Description | 
|---|---|
| PropertyNode | child(String reference)Returns the child  PropertyNodewith the given name. | 
PropertyNode child(String reference)
PropertyNode with the given name. Until a value is retrieved, no check is made for the
 existence of any property.timeouts.network, calling child("connect") will return a
 node representing timeouts.network.connect.reference - one or more segments of the key to append to the key of the current nodenull.Copyright © 2020. All rights reserved.