Class YAMLPropertyWriter.YamlEntry
java.lang.Object
org.bytemechanics.config.manager.internal.commons.io.YAMLPropertyWriter.YamlEntry
- Enclosing class:
- YAMLPropertyWriter
protected static final class YAMLPropertyWriter.YamlEntry
extends java.lang.Object
Internal class to store each property tree name with the key and value
-
Field Summary
-
Constructor Summary
Constructors Constructor Description YamlEntry(int _depth, java.lang.String _key, java.lang.String _value)
-
Method Summary
-
Field Details
-
Constructor Details
-
YamlEntry
public YamlEntry(int _depth, java.lang.String _key, java.lang.String _value)
-
-
Method Details
-
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 classjava.lang.Object
-
equals
public boolean equals(java.lang.Object _other)- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-