Class LineByLineFormatter<T extends Line>

java.lang.Object
org.eclipse.epsilon.egl.formatter.linebyline.LineByLineFormatter<T>
All Implemented Interfaces:
Formatter

public abstract class LineByLineFormatter<T extends Line> extends Object implements Formatter
  • Field Details

  • Constructor Details

    • LineByLineFormatter

      public LineByLineFormatter()
  • Method Details

    • format

      public final String format(String text)
      Specified by:
      format in interface Formatter
    • createLineFactory

      protected abstract LineFactory<T> createLineFactory()
    • formatLine

      protected abstract void formatLine()