Package io.deephaven.engine.util
Class Formatter
java.lang.Object
io.deephaven.engine.util.Formatter
Formatters to transform strings into more usable forms.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatTableDataService(String tdsStr) Add new lines and indentation to a String produced byObject.toString()
-
Constructor Details
-
Formatter
public Formatter()
-
-
Method Details
-
formatTableDataService
Add new lines and indentation to a String produced byObject.toString()- Parameters:
tdsStr- the output ofObject.toString()- Returns:
- the same string with newlines and tabs.
-