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

    Modifier and Type
    Method
    Description
    void
     
     

    Methods inherited from class java.lang.Object

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

    • Preprocessor

      public Preprocessor(java.util.List<java.lang.String> config, ReadLine reader) throws java.io.IOException
      Throws:
      java.io.IOException
  • 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