Class YAMLPropertyWriter.YamlEntry

  • Enclosing class:
    YAMLPropertyWriter

    protected static final class YAMLPropertyWriter.YamlEntry
    extends Object
    Internal class to store each property tree name with the key and value
    • Field Detail

      • depth

        public final int depth
        Depth of the key
      • key

        public final String key
        Property key
      • name

        public final String name
        Property key
      • value

        public final String value
        Property value
      • list

        public final boolean list
        Flag to indicate if is list
    • Constructor Detail

      • YamlEntry

        public YamlEntry​(int _depth,
                         String _key,
                         String _value)
    • Method Detail

      • isStarted

        public boolean isStarted()
      • setStarted

        public void setStarted​(boolean started)
      • isList

        public boolean isList()
      • getTab

        public int getTab()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object