Class YamlLine
- java.lang.Object
-
- net.sourceforge.plantuml.yaml.parser.YamlLine
-
public class YamlLine extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static YamlLine
build(java.lang.String line)
int
getIndent()
java.lang.String
getKey()
YamlLineType
getType()
java.lang.String
getValue()
java.util.List<java.lang.String>
getValues()
boolean
isListItem()
java.lang.String
toString()
-
-
-
Method Detail
-
build
public static YamlLine build(java.lang.String line)
-
getIndent
public int getIndent()
-
getKey
public java.lang.String getKey()
-
getValue
public java.lang.String getValue()
-
isListItem
public boolean isListItem()
-
getType
public YamlLineType getType()
-
getValues
public java.util.List<java.lang.String> getValues()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-