Package net.sourceforge.plantuml.preproc
Interface ReadLineNumbered
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,ReadLine
- All Known Implementing Classes:
Preprocessor2
,ReadLineList2
public interface ReadLineNumbered extends ReadLine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<FileWithSuffix>
getFilesUsed()
-
-
-
Method Detail
-
getFilesUsed
java.util.Set<FileWithSuffix> getFilesUsed()
-
-