Class YamlLine

java.lang.Object
brut.androlib.apk.YamlLine

public class YamlLine extends Object
  • Field Details

    • indent

      public int indent
    • isComment

      public boolean isComment
    • isEmpty

      public boolean isEmpty
    • hasColon

      public boolean hasColon
    • isNull

      public boolean isNull
    • isItem

      public boolean isItem
  • Constructor Details

    • YamlLine

      public YamlLine(String line)
  • Method Details

    • unescape

      public static String unescape(String value)
    • getValue

      public String getValue()
    • getKey

      public String getKey()
    • getValueBool

      public boolean getValueBool()
    • getValueInt

      public int getValueInt()