Class YamlKeyTree
java.lang.Object
org.simpleyaml.configuration.comments.KeyTree
org.simpleyaml.configuration.comments.YamlKeyTree
- All Implemented Interfaces:
Iterable<org.simpleyaml.configuration.comments.KeyTree.Node>
public class YamlKeyTree
extends org.simpleyaml.configuration.comments.KeyTree
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.simpleyaml.configuration.comments.KeyTree
org.simpleyaml.configuration.comments.KeyTree.Node -
Field Summary
Fields inherited from class org.simpleyaml.configuration.comments.KeyTree
options, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.simpleyaml.configuration.comments.KeyTree.NodecreateNode(org.simpleyaml.configuration.comments.KeyTree.Node parent, int indent, String key) options()Methods inherited from class org.simpleyaml.configuration.comments.KeyTree
add, children, entries, findParent, findParent, get, getOrAdd, getPriority, getRoot, iterator, keys, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
YamlKeyTree
-
-
Method Details
-
options
- Overrides:
optionsin classorg.simpleyaml.configuration.comments.KeyTree
-
createNode
protected org.simpleyaml.configuration.comments.KeyTree.Node createNode(org.simpleyaml.configuration.comments.KeyTree.Node parent, int indent, String key) - Overrides:
createNodein classorg.simpleyaml.configuration.comments.KeyTree
-