Class RunInformationHelper


  • public class RunInformationHelper
    extends Object
    Helper class for run information.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Field Detail

      • MAX_HTML_LENGTH

        public static final int MAX_HTML_LENGTH
        the maximum length for HTML cells.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RunInformationHelper

        public RunInformationHelper()
    • Method Detail

      • toString

        public static String toString​(SpreadSheet info)
        Turns the run information into a string representation.
        Parameters:
        info - the run information
        Returns:
        the string representation
      • toHTML

        public static String toHTML​(SpreadSheet info)
        Turns the run information into an html table.
        Parameters:
        info - the run information
        Returns:
        the html representation