Interface ReportTemplate

    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static ReportTemplate load​(IniFile iniFile)
      Loads a report template from an ini file.
    • Method Detail

      • load

        static ReportTemplate load​(IniFile iniFile)
        Loads a report template from an ini file.
        Parameters:
        iniFile - the ini file containing the definition of a report template
        Returns:
        the template defined in the ini file
        Throws:
        RuntimeException - if the ini file cannot be parsed