Class ReadLineList2
- java.lang.Object
-
- net.sourceforge.plantuml.preproc2.ReadLineList2
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,ReadLine,ReadLineNumbered
public class ReadLineList2 extends java.lang.Object implements ReadLineNumbered
-
-
Constructor Summary
Constructors Constructor Description ReadLineList2(java.util.List<CharSequence2> definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.util.Set<FileWithSuffix>getFilesUsed()CharSequence2readLine()
-
-
-
Constructor Detail
-
ReadLineList2
public ReadLineList2(java.util.List<CharSequence2> definition)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable
-
readLine
public CharSequence2 readLine()
-
getFilesUsed
public java.util.Set<FileWithSuffix> getFilesUsed()
- Specified by:
getFilesUsedin interfaceReadLineNumbered
-
-