Package org.apache.tika.utils
Class SystemUtils
java.lang.Object
org.apache.tika.utils.SystemUtils
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Copied from commons-lang to avoid requiring the dependency
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanDeprecated.static final booleanDeprecated.static final booleanDeprecated.static final booleanDeprecated.static final booleanDeprecated.static final booleanDeprecated.static final booleanDeprecated.static final booleanDeprecated.static final booleanDeprecated.static final booleanDeprecated.static final booleanDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OS_NAME
Deprecated. -
OS_VERSION
Deprecated. -
IS_OS_AIX
public static final boolean IS_OS_AIXDeprecated. -
IS_OS_HP_UX
public static final boolean IS_OS_HP_UXDeprecated. -
IS_OS_IRIX
public static final boolean IS_OS_IRIXDeprecated. -
IS_OS_LINUX
public static final boolean IS_OS_LINUXDeprecated. -
IS_OS_MAC
public static final boolean IS_OS_MACDeprecated. -
IS_OS_MAC_OSX
public static final boolean IS_OS_MAC_OSXDeprecated. -
IS_OS_OS2
public static final boolean IS_OS_OS2Deprecated. -
IS_OS_SOLARIS
public static final boolean IS_OS_SOLARISDeprecated. -
IS_OS_SUN_OS
public static final boolean IS_OS_SUN_OSDeprecated. -
IS_OS_UNIX
public static final boolean IS_OS_UNIXDeprecated. -
IS_OS_WINDOWS
public static final boolean IS_OS_WINDOWSDeprecated.
-
-
Constructor Details
-
SystemUtils
public SystemUtils()Deprecated.
-