Package org.bytemechanics.commons.io
Class YAMLPropertyWriter.YamlEntry
- java.lang.Object
-
- org.bytemechanics.commons.io.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object _other)
int
getTab()
int
hashCode()
boolean
isList()
boolean
isStarted()
void
setStarted(boolean started)
String
toString()
-