java.lang.Objectutils.ostools.OS
jwrapper.jwutils.JWOsType
public class JWOsType
Utility APIs for detection of the current Operating System
| Field Summary |
|---|
| Fields inherited from class utils.ostools.OS |
|---|
ARCH_32, ARCH_64, BASE_ALL, BASE_LINUX, BASE_MACOS, base_type, BASE_UNKNOWN, BASE_WINDOWS, linux_arch, mac_arch, NEWLINE, variant, VARIANT_UNKNOWN, VARIANT_WINDOWS_2003, VARIANT_WINDOWS_7, VARIANT_WINDOWS_8_OR_ABOVE, VARIANT_WINDOWS_PREXP, VARIANT_WINDOWS_VISTA, VARIANT_WINDOWS_XP |
| Constructor Summary | |
|---|---|
JWOsType()
|
|
| Method Summary |
|---|
| Methods inherited from class utils.ostools.OS |
|---|
compareVersionNumbers, isLinux, isLinux64bit, isMacOS, isMacOS1073OrLater, isMacOS64bit, isOSXRetina, isVariantVistaOrAbove, isVariantWindows7OrAbove, isVariantWindows8OrAbove, isVariantWindowsXPOrAbove, isWindows, isWindows2003, isWindows7OrAbove, isWindows8OrAbove, isWindowsPreXp, isWindowsVistaOrAbove, isWindowsXpOr2003, main |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JWOsType()