Class Table

java.lang.Object
de.paull.lib.util.Table

public class Table extends Object
Class for String array formating
  • Field Details

    • ANSI_TABLE_COLOR

      public static String ANSI_TABLE_COLOR
  • Constructor Details

    • Table

      public Table()
  • Method Details

    • convert

      public static String convert(String[][] content, String header)
      Creates a formated Version of that list and returns it.
      Parameters:
      content - the strings in a 2D array
      header - table header
      Returns:
      the formatted table as String