229230231232233234235236237238239
wizard = new ImportDsmlWizard( getConnection() ); } } else if ( this.type == TYPE_EXPORT_LDIF ) { wizard = new ExportLdifWizard(); } else if ( this.type == TYPE_EXPORT_CSV ) { wizard = new ExportCsvWizard(); }
228229230231232233234235236237238