|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.util.OS
public final class OS
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int JDK1_1
public static final int JDK1_2
public static final int JDK1_3
public static final int JDK1_4
Method Detail |
---|
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 Parameter
java.lang.Exception
- Description of Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |