コード例 #1
0
 /**
  * Saves a report in a ZIP file. The zip file contains a HTML document.
  *
  * @param report the report.
  * @param filename target file name.
  * @throws Exception if an error occurs.
  */
 public static void createZIPHTML(final MasterReport report, final String filename)
     throws Exception {
   HtmlReportUtil.createZIPHTML(report, filename);
 }