Class OSUtils
java.lang.Object
com.atlassian.secrets.service.utils.OSUtils
Utility class for OS related operations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OSUtils
public OSUtils()
-
-
Method Details
-
isWindows
public static boolean isWindows()Check if the current OS is Windows. Uses system property and ignores case.- Returns:
- true if the current OS is Windows, false otherwise.
-