public interface ConfigNode<V>
Modifier and Type | Interface and Description |
---|---|
static interface |
ConfigNode.Builder<V>
Builder for ConfigNode.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigNode> |
children()
Returns the children of the instance node.
|
NodeType |
type()
Returns the type of the instance node.
|
java.lang.Class<V> |
value()
Returns the value of the instance node.
|
NodeType type()
java.lang.Class<V> value()
java.util.List<ConfigNode> children()