Class OS

java.lang.Object
com.equo.application.client.os.OS

public class OS extends Object
The OS class provides utility methods to determine the operating system type.
  • Constructor Details

    • OS

      public OS()
  • Method Details

    • isWindows

      public static boolean isWindows()
      Checks if the operating system is Windows.
      Returns:
      The method is returning a boolean value.
    • isMacintosh

      public static boolean isMacintosh()
      Checks if the operating system is Macintosh.
      Returns:
      The method is returning a boolean value.
    • isLinux

      public static boolean isLinux()
      Checks if the operating system is Linux.
      Returns:
      The method is returning a boolean value.