mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
05.16.2007 e0c5b184252862e29ca271955bcd15eebd752830
opends/src/server/org/opends/server/api/Backend.java
@@ -51,6 +51,7 @@
import org.opends.server.types.InitializationException;
import org.opends.server.types.LDIFExportConfig;
import org.opends.server.types.LDIFImportConfig;
import org.opends.server.types.LDIFImportResult;
import org.opends.server.types.LockManager;
import org.opends.server.types.RestoreConfig;
import org.opends.server.types.WritabilityMode;
@@ -492,10 +493,13 @@
   * @param  importConfig  The configuration to use when performing
   *                       the import.
   *
   * @return  Information about the result of the import processing.
   *
   * @throws  DirectoryException  If a problem occurs while performing
   *                              the LDIF import.
   */
  public abstract void importLDIF(LDIFImportConfig importConfig)
  public abstract LDIFImportResult importLDIF(
                                        LDIFImportConfig importConfig)
         throws DirectoryException;