com.liferay.portal.kernel.util
Class JavaProps

java.lang.Object
  extended bycom.liferay.portal.kernel.util.JavaProps

public class JavaProps
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static double JAVA_CLASS_VERSION_JDK_5
           
 
Method Summary
static java.lang.String getJavaClassPath()
           
static double getJavaClassVersion()
           
static java.lang.String getJavaRuntimeVersion()
           
static double getJavaSpecificationVersion()
           
static java.lang.String getJavaVersion()
           
static java.lang.String getJavaVmVersion()
           
static boolean isJDK5()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_CLASS_VERSION_JDK_5

public static final double JAVA_CLASS_VERSION_JDK_5
See Also:
Constant Field Values
Method Detail

getJavaClassPath

public static java.lang.String getJavaClassPath()

getJavaClassVersion

public static double getJavaClassVersion()

getJavaRuntimeVersion

public static java.lang.String getJavaRuntimeVersion()

getJavaSpecificationVersion

public static double getJavaSpecificationVersion()

getJavaVersion

public static java.lang.String getJavaVersion()

getJavaVmVersion

public static java.lang.String getJavaVmVersion()

isJDK5

public static boolean isJDK5()