Class Formatter

java.lang.Object
com.illumon.iris.db.util.Formatter

public class Formatter extends Object
Formatters to transform strings into more usable forms.
  • Constructor Details

    • Formatter

      public Formatter()
  • Method Details

    • formatTableDataService

      @ScriptApi public static String formatTableDataService(String tdsStr)
      Add new lines and indentation to a String produced by TableDataService.toString().
      Parameters:
      tdsStr - the output of TableDataService.toString().
      Returns:
      the same string with newlines and tabs.