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

kenneth_suter
02.07.2007 c9d828643471890c2812f7d959a98ea8cb135fb8
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -140,6 +140,16 @@
  private static final String WINDOWS_UNINSTALL_FILE_NAME = "uninstall.bat";
  /**
   * The UNIX uninstall script file name.
   */
  private static final String UNIX_UPGRADE_FILE_NAME = "upgrade";
  /**
   * The Windows uninstall batch file name.
   */
  private static final String WINDOWS_UPGRADE_FILE_NAME = "upgrade.bat";
  /**
   * The UNIX start script file name.
   */
  private static final String UNIX_START_FILE_NAME = "start-ds";
@@ -1167,6 +1177,24 @@
  }
  /**
   * Returns the name of the UNIX upgrade script file name.
   * @return the name of the UNIX upgrade script file name.
   */
  public static String getUnixUpgradeFileName()
  {
    return UNIX_UPGRADE_FILE_NAME;
  }
  /**
   * Returns the name of the Windows upgrade batch file name.
   * @return the name of the Windows upgrade batch file name.
   */
  public static String getWindowsUpgradeFileName()
  {
    return WINDOWS_UPGRADE_FILE_NAME;
  }
  /**
   * Returns the name of the UNIX start script file name.
   * @return the name of the UNIX start script file name.
   */