Package net.sourceforge.plantuml.preproc
Class UncommentReadLine
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineInstrumented
-
- net.sourceforge.plantuml.preproc.UncommentReadLine
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,ReadLine
public class UncommentReadLine extends ReadLineInstrumented implements ReadLine
-
-
Constructor Summary
Constructors Constructor Description UncommentReadLine(ReadLine source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetPaused(boolean paused)java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.preproc.ReadLineInstrumented
close, readLine
-
-
-
-
Constructor Detail
-
UncommentReadLine
public UncommentReadLine(ReadLine source)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classReadLineInstrumented
-
setPaused
public void setPaused(boolean paused)
-
-