org.ejtools.util
Class Platform

java.lang.Object
  |
  +--org.ejtools.util.Platform

public class Platform
extends java.lang.Object

Description of the Class

Version:
$Revision: 1.2 $
Author:
Laurent Etiemble

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

IS_JAVA_1_1

public static final boolean IS_JAVA_1_1
Description of the Field


IS_JAVA_1_2

public static final boolean IS_JAVA_1_2
Description of the Field


IS_JAVA_1_3

public static final boolean IS_JAVA_1_3
Description of the Field


IS_JAVA_1_4

public static final boolean IS_JAVA_1_4
Description of the Field


IS_JAVA_1_5

public static final boolean IS_JAVA_1_5
Description of the Field


JAVA_1_1

public static final java.lang.String JAVA_1_1
Description of the Field

See Also:
Constant Field Values

JAVA_1_2

public static final java.lang.String JAVA_1_2
Description of the Field

See Also:
Constant Field Values

JAVA_1_3

public static final java.lang.String JAVA_1_3
Description of the Field

See Also:
Constant Field Values

JAVA_1_4

public static final java.lang.String JAVA_1_4
Description of the Field

See Also:
Constant Field Values

JAVA_1_5

public static final java.lang.String JAVA_1_5
Description of the Field

See Also:
Constant Field Values
Method Detail

getJavaVersion

public static java.lang.String getJavaVersion()
Gets the javaVersion attribute of the Platform class

Returns:
The javaVersion value

isJavaVersionCompatible

public static boolean isJavaVersionCompatible(java.lang.String version)
Gets the javaVersionCompatible attribute of the Platform class

Parameters:
version - Description of the Parameter
Returns:
The javaVersionCompatible value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.