示例#1
0
  private void initSwiperSettings() {

    IProject prj = this.desProject.getProject();

    if (prj != null) {
      this.customFilterPath = SwiperUtil.getCustomFilterFilePath(prj);
      this.mimicDoraXmlDeclaration = SwiperUtil.isMimicXmlDeclaration(prj);
      this.mimicDxlExportEOF = SwiperUtil.isMimicDxlExportEOF(prj);
    } else {
      SwiperUtil.logError(
          "DesignerProject.getProject() is null, couldn't retrieve Swiper settings");
    }
  }