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 Summary
Constructors Constructor Description OutputBuffer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
append(String text)
This method can be used to add the specified text to the output string.String
toString()
-