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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
KEY
public static final java.lang.String KEY- See Also:
-
-
Constructor Details
-
YamlLines
public YamlLines(java.util.List<java.lang.String> rawLines)
-
-
Method Details
-
nameOnly
public static java.lang.String nameOnly(java.lang.String s) -
iterator
public java.util.Iterator<java.lang.String> iterator()- Specified by:
iterator
in interfacejava.lang.Iterable<java.lang.String>
-