Package com.illumon.iris.db.util
Class Formatter
java.lang.Object
com.illumon.iris.db.util.Formatter
Formatters to transform strings into more usable forms.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-