Package org.apache.tika.utils
Class SystemUtils
- java.lang.Object
-
- org.apache.tika.utils.SystemUtils
-
public class SystemUtils extends Object
Copied from commons-lang to avoid requiring the dependency
-
-
Field Summary
Fields Modifier and Type Field 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_VERSION_WSL
static boolean
IS_OS_WINDOWS
static String
OS_NAME
static String
OS_VERSION
-
Constructor Summary
Constructors Constructor Description SystemUtils()
-
-
-
Field Detail
-
OS_NAME
public static final String OS_NAME
-
OS_VERSION
public static final String OS_VERSION
-
IS_OS_AIX
public static final boolean IS_OS_AIX
-
IS_OS_HP_UX
public static final boolean IS_OS_HP_UX
-
IS_OS_IRIX
public static final boolean IS_OS_IRIX
-
IS_OS_LINUX
public static final boolean IS_OS_LINUX
-
IS_OS_MAC
public static final boolean IS_OS_MAC
-
IS_OS_MAC_OSX
public static final boolean IS_OS_MAC_OSX
-
IS_OS_OS2
public static final boolean IS_OS_OS2
-
IS_OS_SOLARIS
public static final boolean IS_OS_SOLARIS
-
IS_OS_SUN_OS
public static final boolean IS_OS_SUN_OS
-
IS_OS_UNIX
public static final boolean IS_OS_UNIX
-
IS_OS_WINDOWS
public static final boolean IS_OS_WINDOWS
-
IS_OS_VERSION_WSL
public static final boolean IS_OS_VERSION_WSL
-
-