Beispiel #1
0
  public void destroy() {
    if (birtEngine == null) return;

    birtEngine.destroy();
    Platform.shutdown();
    birtEngine = null;

    log.info("BIRT Engine and OSGI Platform Shutdown");
  }
Beispiel #2
0
 private void shutdown() {
   engine.destroy();
   Platform.shutdown();
 }
Beispiel #3
0
 public void tearDown() {
   removeFile(ORIGINAL_REPORT_DESIGN);
   removeFile(CHANGED_REPORT_DESIGN);
   engine.destroy();
 }