Class Preprocessor
- java.lang.Object
-
- net.sourceforge.plantuml.preproc2.Preprocessor
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ReadLine
,ReadLineNumbered
public class Preprocessor extends Object implements ReadLineNumbered
-
-
Constructor Summary
Constructors Constructor Description Preprocessor(List<String> config, ReadLine reader)
-
-
-
Constructor Detail
-
Preprocessor
public Preprocessor(List<String> config, ReadLine reader) throws IOException
- Throws:
IOException
-
-
Method Detail
-
readLine
public StringLocated readLine() throws IOException
- Specified by:
readLine
in interfaceReadLine
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-