Package com.illumon.iris.db.util
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 Summary
Constructors Constructor Description Formatter()
-
Method Summary
Modifier and Type Method Description static String
formatTableDataService(String tdsStr)
Add new lines and indentation to a String produced byTableDataService
.toString().
-
Constructor Details
-
Formatter
public Formatter()
-
-
Method Details
-
formatTableDataService
Add new lines and indentation to a String produced byTableDataService
.toString().- Parameters:
tdsStr
- the output ofTableDataService
.toString().- Returns:
- the same string with newlines and tabs.
-