Class OutputBuffer

java.lang.Object
com.aquima.interactions.expressions.OutputBuffer

public class OutputBuffer extends Object
This class is used to gather all the output from a TSL evaluation. The resulting string can be retrieved by using the toString method. Excess whitespace characters will be filtered from the result.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

    • OutputBuffer

      public OutputBuffer()
  • Method Details

    • append

      public void append(String text)
      This method can be used to add the specified text to the output string.
      Parameters:
      text - The text that should be added.
    • toString

      public String toString()
      Overrides:
      toString in class Object