logger.warn("The output file path is set. The outdir will be used to save raw data or ignored.");
}
}
Thread exportReportThread = outputType.equals( Constants.REPORT_TYPE_PDF ) ?
new ExportPdfThread(resultManager, reportFileName ) :
new ExportHtmlThread(resultManager, outdir);
exportReportThread.run();
}