| | |
| | | import org.opends.server.core.DirectoryServer; |
| | | import org.opends.server.extensions.DiskSpaceMonitor; |
| | | import org.opends.server.types.*; |
| | | import org.opends.server.util.LDIFReader; |
| | | import org.opends.server.util.Platform; |
| | | import org.opends.server.util.StaticUtils; |
| | | |
| | |
| | | private final LocalDBBackendCfg backendConfiguration; |
| | | |
| | | /** LDIF reader. */ |
| | | private LDIFReader reader; |
| | | private ImportLDIFReader reader; |
| | | |
| | | /** Migrated entry count. */ |
| | | private int migratedCount; |
| | |
| | | try { |
| | | try |
| | | { |
| | | reader = new LDIFReader(importConfiguration, rootContainer); |
| | | reader = new ImportLDIFReader(importConfiguration, rootContainer); |
| | | } |
| | | catch (IOException ioe) |
| | | { |