|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.Platform
public final class Platform
Describes the platform on which Data Crow is running.
Constructor Summary | |
---|---|
protected |
Platform()
|
Method Summary | |
---|---|
boolean |
isJava14()
Indicates if the Data Crow is running on Java 1.4. |
boolean |
isJava15()
Indicates if the Data Crow is running on Java 1.5. |
boolean |
isJava16()
Indicates if the Data Crow is running on Java 1.6. |
boolean |
isJava2()
Indicates if the Data Crow is running on Java 1.2. |
boolean |
isJavaSun()
Indicates if the Java version is from Sun |
boolean |
isLinux()
Indicates if the Data Crow is running on a Linux platform. |
boolean |
isMac()
Indicates if the Data Crow is running on a Macintosh (Mac OS) platform. |
boolean |
isVista()
Indicates if the Data Crow is running on a Windows Vista platform. |
boolean |
isWin()
Indicates if the Data Crow is running on a Windows platform. |
boolean |
isWindows7()
|
boolean |
isWindows8()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Platform()
Method Detail |
---|
public final boolean isWin()
public final boolean isMac()
public final boolean isLinux()
public final boolean isJavaSun()
public boolean isWindows7()
public boolean isWindows8()
public final boolean isVista()
public final boolean isJava2()
public final boolean isJava14()
public final boolean isJava15()
public final boolean isJava16()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |