Package net.sourceforge.plantuml.yaml
Class YamlLines
- java.lang.Object
-
- net.sourceforge.plantuml.yaml.YamlLines
-
- All Implemented Interfaces:
java.lang.Iterable<java.lang.String>
public class YamlLines extends java.lang.Object implements java.lang.Iterable<java.lang.String>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KEY
-
Constructor Summary
Constructors Constructor Description YamlLines(java.util.List<java.lang.String> rawLines)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<java.lang.String>
iterator()
static java.lang.String
nameOnly(java.lang.String s)
-
-
-
Field Detail
-
KEY
public static final java.lang.String KEY
- See Also:
- Constant Field Values
-
-