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