Class Preprocessor
- java.lang.Object
-
- net.sourceforge.plantuml.preproc2.Preprocessor
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,ReadLine
,ReadLineNumbered
public class Preprocessor extends java.lang.Object implements ReadLineNumbered
-
-
Constructor Summary
Constructors Constructor Description Preprocessor(java.util.List<java.lang.String> config, ReadLine reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
StringLocated
readLine()
-
-
-
Constructor Detail
-
Preprocessor
public Preprocessor(java.util.List<java.lang.String> config, ReadLine reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
readLine
public StringLocated 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
-
-