245246247248249250251252253254255
wizard = new ImportDsmlWizard( getConnection() ); } } else if ( this.type == TYPE_EXPORT_LDIF ) { wizard = new ExportLdifWizard(); } else if ( this.type == TYPE_EXPORT_CSV ) { wizard = new ExportCsvWizard(); }
244245246247248249250251252253254
231232233234235236237238239240241