Class YAMLPropertyReader.Entry

  • Enclosing class:
    YAMLPropertyReader

    protected class YAMLPropertyReader.Entry
    extends Object
    Internal single line entry readed object
    • 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
    • Method Detail

      • getTab

        public int getTab()
      • isListItem

        public boolean isListItem()
      • getKey

        public String getKey()
      • getValue

        public String getValue()