Class UncommentReadLine

java.lang.Object
net.sourceforge.plantuml.preproc.UncommentReadLine
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, ReadLine

public class UncommentReadLine extends java.lang.Object implements ReadLine
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    void
    setPaused(boolean paused)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UncommentReadLine

      public UncommentReadLine(ReadLine source)
  • Method Details

    • readLine

      public StringLocated readLine() throws java.io.IOException
      Specified by:
      readLine in interface ReadLine
      Throws:
      java.io.IOException
    • close

      public void close() throws java.io.IOException
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Throws:
      java.io.IOException
    • setPaused

      public void setPaused(boolean paused)