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 Classes
    Modifier and Type
    Class
    Description
    class 
     

    Nested 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.simpleyaml.configuration.comments.KeyTree.Node
    createNode(org.simpleyaml.configuration.comments.KeyTree.Node parent, int indent, String key)
     
     

    Methods inherited from class org.simpleyaml.configuration.comments.KeyTree

    add, children, entries, findParent, findParent, get, getOrAdd, getPriority, getRoot, iterator, keys, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

  • Method Details

    • options

      public YamlConfigurationOptions options()
      Overrides:
      options in class org.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:
      createNode in class org.simpleyaml.configuration.comments.KeyTree