Class YamlLine

java.lang.Object
net.sourceforge.plantuml.yaml.parser.YamlLine

public class YamlLine extends Object
  • Method Details

    • build

      public static YamlLine build(String line)
    • getIndent

      public int getIndent()
    • getKey

      public String getKey()
    • getValue

      public String getValue()
    • isListItem

      public boolean isListItem()
    • getType

      public YamlLineType getType()
    • getValues

      public List<String> getValues()
    • toString

      public String toString()
      Overrides:
      toString in class Object