Interface ReportTemplateIniLoader<T extends ReportTemplate>

    • Method Detail

      • getReportType

        String getReportType()
        Gets the type of report handled by this loader.
        Returns:
        the type of report handled by this loader
      • load

        T load​(IniFile iniFile)
        Loads the report template.
        Parameters:
        iniFile - the ini file to load
        Returns:
        the loaded report template object