Package net.sourceforge.plantuml.preproc
Class ReadLineList
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineList
-
-
Constructor Summary
Constructors Constructor Description ReadLineList(java.util.List<java.lang.String> definition, LineLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
StringLocated
readLine()
-
-
-
Constructor Detail
-
ReadLineList
public ReadLineList(java.util.List<java.lang.String> definition, LineLocation location)
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
readLine
public StringLocated readLine()
-
-