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

Violette Roche-Montane
07.50.2013 00d37e85955e374be365f1c34de5af1f69a6476c
opendj-sdk/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011-2012 ForgeRock AS
 *      Portions Copyright 2011-2013 ForgeRock AS
 */
package org.opends.server.tools;
@@ -781,5 +781,25 @@
   * The value for the short option advanced.
   */
  public static final Character OPTION_DSCFG_SHORT_ADVANCED = null;
  /**
   * The value for the long option ignore errors.
   */
  public static final String OPTION_LONG_IGNORE_ERRORS = "ignoreErrors";
  /**
   * The value for the long option force upgrade.
   */
  public static final String OPTION_LONG_FORCE_UPGRADE = "force";
  /**
   * The value for the long option restore backup.
   */
  public static final String OPTION_LONG_RESTORE_UPGRADE = "restore";
  /**
   * The value for the long option for backup all.
   */
  public static final String OPTION_LONG_BACKUP_ALL = "backupAll";
}