public static interface ConfigNode.ListNode.Builder extends Builder<ConfigNode.ListNode>
ConfigNode.ListNode instance.| Modifier and Type | Method and Description |
|---|---|
ConfigNode.ListNode.Builder |
addList(ConfigNode.ListNode list)
Adds List node to the list.
|
ConfigNode.ListNode.Builder |
addObject(ConfigNode.ObjectNode object)
Adds Object node to the list.
|
ConfigNode.ListNode.Builder |
addValue(ConfigNode.ValueNode value)
Adds String value to the list.
|
default ConfigNode.ListNode.Builder |
addValue(String value)
Adds String value to the list.
|
ConfigNode.ListNode.Builder |
value(String value)
Sets the node value associated with the current node.
|
default ConfigNode.ListNode.Builder addValue(String value)
value - string valueConfigNode.ListNode.Builder addValue(ConfigNode.ValueNode value)
value - string valueConfigNode.ListNode.Builder addObject(ConfigNode.ObjectNode object)
object - object nodeConfigNode.ListNode.Builder addList(ConfigNode.ListNode list)
list - list nodeConfigNode.ListNode.Builder value(String value)
value - value to be assignedCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.