public class MacChecker extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
MacChecker() |
Modifier and Type | Method and Description |
---|---|
static void |
checkOS()
Check the OS to see if it's a Mac, and if it is, set a few system
properties to make things more "Mac-like."
|
static boolean |
isMac()
Get whether the current OS is a Mac.
|
static boolean |
notMac()
Get whether the current OS is not a Mac.
|
private static final long serialVersionUID
public static void checkOS()
public static boolean isMac()
public static boolean notMac()