Class OSUtil


  • public class OSUtil
    extends Object
    • Constructor Detail

      • OSUtil

        public OSUtil()
    • Method Detail

      • isWindows

        public static boolean isWindows()
        Determines if the current OS is a Windows OS.
        Returns:
        true if running on Windows, false otherwise
      • isLinux

        public static boolean isLinux()
        Determines if the current OS is a Linux OS.
        Returns:
        true if running on Linux, false otherwise