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