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

jvergara
18.15.2007 60e44423478c0300639494eccac8c5c1fc27d006
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.