Class Preprocessor2
- java.lang.Object
-
- net.sourceforge.plantuml.preproc2.Preprocessor2
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,ReadLine
,ReadLineNumbered
public class Preprocessor2 extends java.lang.Object implements ReadLineNumbered
-
-
Constructor Summary
Constructors Constructor Description Preprocessor2(java.util.List<java.lang.String> config, ReadLine reader, java.lang.String charset, Defines defines, DefinitionsContainer definitionsContainer, ImportedFiles importedFiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
java.util.Set<FileWithSuffix>
getFilesUsed()
CharSequence2
readLine()
-
-
-
Constructor Detail
-
Preprocessor2
public Preprocessor2(java.util.List<java.lang.String> config, ReadLine reader, java.lang.String charset, Defines defines, DefinitionsContainer definitionsContainer, ImportedFiles importedFiles) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
readLine
public CharSequence2 readLine() throws java.io.IOException
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
getFilesUsed
public java.util.Set<FileWithSuffix> getFilesUsed()
- Specified by:
getFilesUsed
in interfaceReadLineNumbered
-
-