|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ejtools.util.Platform
Description of the Class
Field Summary | |
static boolean |
IS_JAVA_1_1
Description of the Field |
static boolean |
IS_JAVA_1_2
Description of the Field |
static boolean |
IS_JAVA_1_3
Description of the Field |
static boolean |
IS_JAVA_1_4
Description of the Field |
static boolean |
IS_JAVA_1_5
Description of the Field |
static java.lang.String |
JAVA_1_1
Description of the Field |
static java.lang.String |
JAVA_1_2
Description of the Field |
static java.lang.String |
JAVA_1_3
Description of the Field |
static java.lang.String |
JAVA_1_4
Description of the Field |
static java.lang.String |
JAVA_1_5
Description of the Field |
Method Summary | |
static java.lang.String |
getJavaVersion()
Gets the javaVersion attribute of the Platform class |
static boolean |
isJavaVersionCompatible(java.lang.String version)
Gets the javaVersionCompatible attribute of the Platform class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean IS_JAVA_1_1
public static final boolean IS_JAVA_1_2
public static final boolean IS_JAVA_1_3
public static final boolean IS_JAVA_1_4
public static final boolean IS_JAVA_1_5
public static final java.lang.String JAVA_1_1
public static final java.lang.String JAVA_1_2
public static final java.lang.String JAVA_1_3
public static final java.lang.String JAVA_1_4
public static final java.lang.String JAVA_1_5
Method Detail |
public static java.lang.String getJavaVersion()
public static boolean isJavaVersionCompatible(java.lang.String version)
version
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |