public final class OSUtils
extends java.lang.Object
| Constructor and Description |
|---|
OSUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getUserHome()
Gets the user home directory system property.
|
static java.lang.String |
getUserName()
Gets the user name system property.
|
static boolean |
isLinux()
Determine if running under Linux.
|
static boolean |
isMac() |
static boolean |
isMac(java.lang.String osName)
Determine if running under Mac OS.
|
static boolean |
isWindows()
Determine if running under Windows.
|
public static boolean isWindows()
public static boolean isMac()
public static boolean isMac(java.lang.String osName)
public static boolean isLinux()
public static java.lang.String getUserName()
public static java.lang.String getUserHome()
Copyright © 2019 Anahata. All Rights Reserved.