public final class OS
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
JDK1_1
Description of the Field
|
static int |
JDK1_2
Description of the Field
|
static int |
JDK1_3
Description of the Field
|
static int |
JDK1_4
Description of the Field
|
Modifier and Type | Method and Description |
---|---|
static int |
getJDKVersion()
Gets the JDKVersion attribute of the OS class
|
static boolean |
isCaseSensitive()
Gets the CaseSensitive attribute of the OS class
|
static boolean |
isLinux()
Gets the Linux attribute of the OS class
|
static boolean |
isMacintosh()
Gets the Macintosh attribute of the OS class
|
static boolean |
isOneDotFour()
Gets the OneDotFour attribute of the OS class
|
static boolean |
isOneDotFourOrMore() |
static boolean |
isOneDotOne()
Gets the OneDotOne attribute of the OS class
|
static boolean |
isOneDotThree()
Gets the OneDotThree attribute of the OS class
|
static boolean |
isOneDotThreeOrMore()
Gets the OneDotThreeOrMore attribute of the OS class
|
static boolean |
isOneDotTwo()
Gets the OneDotTwo attribute of the OS class
|
static boolean |
isSolaris()
Gets the Solaris attribute of the OS class
|
static boolean |
isUnix()
Gets the Unix attribute of the OS class
|
static boolean |
isWindows()
Gets the Windows attribute of the OS class
|
static boolean |
isWindows2000()
Gets the Windows2000 attribute of the OS class
|
static boolean |
isWindows95()
Gets the Windows95 attribute of the OS class
|
static boolean |
isWindowsNT()
Gets the WindowsNT attribute of the OS class
|
static void |
openDocument(java.lang.String path)
Description of the Method
|
public static final int JDK1_1
public static final int JDK1_2
public static final int JDK1_3
public static final int JDK1_4
public static boolean isWindows()
public static boolean isWindows95()
public static boolean isWindowsNT()
public static boolean isWindows2000()
public static boolean isMacintosh()
public static boolean isSolaris()
public static boolean isLinux()
public static boolean isUnix()
public static boolean isCaseSensitive()
public static int getJDKVersion()
public static boolean isOneDotOne()
public static boolean isOneDotTwo()
public static boolean isOneDotThree()
public static boolean isOneDotFour()
public static boolean isOneDotFourOrMore()
public static boolean isOneDotThreeOrMore()
public static void openDocument(java.lang.String path) throws java.lang.Exception
path
- Description of Parameterjava.lang.Exception
- Description of Exception