Class OsInfo
java.lang.Object
com.iohao.net.common.kit.OsInfo
Operating system detection utilities.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-08-27
-
Method Summary
-
Method Details
-
getOsName
The operating system name, ornullif it could not be determined. -
isLinux
public static boolean isLinux()trueif the current OS is Linux. -
isMac
public static boolean isMac()trueif the current OS is macOS.
-