Class ReadLineList

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

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

    Constructors
    Constructor
    Description
    ReadLineList(java.util.List<java.lang.String> definition, LineLocation location)
     
  • 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

    • ReadLineList

      public ReadLineList(java.util.List<java.lang.String> definition, LineLocation location)
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
    • readLine

      public StringLocated readLine()
      Specified by:
      readLine in interface ReadLine