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 booleanIS_OS_AIXstatic booleanIS_OS_HP_UXstatic booleanIS_OS_IRIXstatic booleanIS_OS_LINUXstatic booleanIS_OS_MACstatic booleanIS_OS_MAC_OSXstatic booleanIS_OS_OS2static booleanIS_OS_SOLARISstatic booleanIS_OS_SUN_OSstatic booleanIS_OS_UNIXstatic booleanIS_OS_VERSION_WSLstatic booleanIS_OS_WINDOWSstatic StringOS_NAMEstatic StringOS_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
 
 - 
 
 -