Package org.bytemechanics.commons.io
Class YAMLPropertyReader.Entry
- java.lang.Object
-
- org.bytemechanics.commons.io.YAMLPropertyReader.Entry
-
- Enclosing class:
- YAMLPropertyReader
protected class YAMLPropertyReader.Entry extends Object
Internal single line entry readed object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
int
getTab()
String
getValue()
boolean
isListItem()
-
-
-
Constructor Detail
-
Entry
public Entry(String _line)
Parse the provided line and convert to Entry- Parameters:
_line
- text line to parse- Throws:
UncheckedIOException
- if cannot parse the provided _line
-
-