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

jvergara
18.15.2007 1d5f9c9484a47d91ab2c4cf3796e5b1effca89ec
opendj-sdk/opends/src/server/org/opends/server/util/SetupUtils.java
@@ -153,6 +153,14 @@
      return OperatingSystem.WINDOWS == getOperatingSystem();
  }
  /**
   * Returns a String representation of the OS we are running.
   * @return a String representation of the OS we are running.
   */
  public static String getOSString()
  {
    return getOperatingSystem().toString();
  }
  /**
   * Commodity method to help identifying the OS we are running on.