Package com.sun.enterprise.util
Class ColumnFormatter
java.lang.Object
com.sun.enterprise.util.ColumnFormatter
- Author:
- Tom Mueller
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ColumnFormatter
-
ColumnFormatter
public ColumnFormatter()
-
-
Method Details
-
addRow
- Throws:
IllegalArgumentException
-
getContent
Get the content of all rows along with the headings as a List of Map. Note : If there are duplicate headings, latest entry and its value will take precedence. This can be useful in case the CLI is used by GUI via REST as GUI expects a List of Map.- Returns:
- List of Map all entries in in the ColumnFormatter
-
toString
-