java.util.function.Supplier<java.lang.String>ConfigNode.ListNode, ConfigNode.ObjectNode, ConfigNode.ValueNodepublic interface ConfigNode
extends java.util.function.Supplier<java.lang.String>
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ConfigNode.ListNode |
ConfigNode-based list of configuration values.
|
static class |
ConfigNode.NodeType |
Base types of config nodes.
|
static interface |
ConfigNode.ObjectNode |
Configuration node representing a hierarchical structure parsed by a
suitable
ConfigParser if necessary. |
static interface |
ConfigNode.ValueNode |
Single string-based configuration value.
|
| Modifier and Type | Method | Description |
|---|---|---|
ConfigNode.NodeType |
getNodeType() |
Get the type of this node.
|
ConfigNode.NodeType getNodeType()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.