net.sourceforge.plantuml.preproc
Class Preprocessor
java.lang.Object
net.sourceforge.plantuml.preproc.Preprocessor
- All Implemented Interfaces:
- Closeable, ReadLine
public class Preprocessor
- extends Object
- implements ReadLine
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Preprocessor
public Preprocessor(ReadLine reader,
String charset,
Defines defines,
Set<File> filesUsed,
File newCurrentDir)
readLine
public String readLine()
throws IOException
- Specified by:
readLine
in interface ReadLine
- Throws:
IOException
getLineNumber
public int getLineNumber()
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Throws:
IOException
Copyright © 2013. All Rights Reserved.