ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.addList(ConfigNode.ListNode list) |
Adds List node to the list.
|
ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.addObject(ConfigNode.ObjectNode object) |
Adds Object node to the list.
|
ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.addValue(ConfigNode.ValueNode value) |
Adds String value to the list.
|
default ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.addValue(String value) |
Adds String value to the list.
|
static ConfigNode.ListNode.Builder |
ConfigNode.ListNode.builder() |
|
ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.value(String value) |
Sets the node value associated with the current node.
|