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

jarnou
09.13.2007 04eb96fe835d6e9e12db6b359fb862fb8b7a3fcd
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -3749,17 +3749,24 @@
       NAME_PREFIX_TASK + "import-reject-file";
  /**
   * The name of the attribute in an import task definition that specifies
   * the path to a file into which skipped entries may be written if they
   * do not match criteria during the import process.
   */
  public static final String ATTR_IMPORT_SKIP_FILE =
       NAME_PREFIX_TASK + "import-skip-file";
  /**
   * The name of the attribute in an import task definition that specifies
   * whether to overwrite an existing rejects file when performing an LDIF
   * import rather than appending to it.
   * whether to overwrite an existing rejects and/or skip file when performing
   * an LDIF import rather than appending to it.
   */
  public static final String ATTR_IMPORT_OVERWRITE_REJECTS =
  public static final String ATTR_IMPORT_OVERWRITE =
       NAME_PREFIX_TASK + "import-overwrite-rejects";
  /**
   * The name of the attribute in an import task definition that specifies
   * whether to skip schema validation during the import.