public class SystemUtils extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static boolean | IS_OS_AIX | 
| static boolean | IS_OS_HP_UX | 
| static boolean | IS_OS_IRIX | 
| static boolean | IS_OS_LINUX | 
| static boolean | IS_OS_MAC | 
| static boolean | IS_OS_MAC_OSX | 
| static boolean | IS_OS_OS2 | 
| static boolean | IS_OS_SOLARIS | 
| static boolean | IS_OS_SUN_OS | 
| static boolean | IS_OS_UNIX | 
| static boolean | IS_OS_WINDOWS | 
| static String | OS_NAME | 
| static String | OS_VERSION | 
| Constructor and Description | 
|---|
| SystemUtils() | 
public static final String OS_NAME
public static final String OS_VERSION
public static final boolean IS_OS_AIX
public static final boolean IS_OS_HP_UX
public static final boolean IS_OS_IRIX
public static final boolean IS_OS_LINUX
public static final boolean IS_OS_MAC
public static final boolean IS_OS_MAC_OSX
public static final boolean IS_OS_OS2
public static final boolean IS_OS_SOLARIS
public static final boolean IS_OS_SUN_OS
public static final boolean IS_OS_UNIX
public static final boolean IS_OS_WINDOWS
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.