public interface ConfigNode extends Supplier<String>
| Modifier and Type | Interface and 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 and Description |
|---|---|
ConfigNode.NodeType |
nodeType()
Get the type of this node.
|
ConfigNode.NodeType nodeType()
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.