Package net.sourceforge.plantuml.preproc
Class ReadLineList
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineList
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ReadLine
public class ReadLineList extends Object implements ReadLine
-
-
Constructor Summary
Constructors Constructor Description ReadLineList(List<String> definition, LineLocation location)
-
-
-
Constructor Detail
-
ReadLineList
public ReadLineList(List<String> definition, LineLocation location)
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
readLine
public StringLocated readLine()
-
-