org.databene.commons
Class VMInfo

java.lang.Object
  extended by org.databene.commons.VMInfo

public final class VMInfo
extends java.lang.Object

Provides the Java system properties related to the virtual machine.

Created: 16.06.2007 13:23:56


Constructor Summary
VMInfo()
           
 
Method Summary
static java.lang.String classPath()
          Deprecated. Use getClassPath()
static java.lang.String extDirs()
          Deprecated. Use getExtDirs()
static java.lang.String getClassPath()
           
static java.lang.String getExtDirs()
           
static java.lang.String getJavaClassVersion()
           
static java.lang.String getJavaCompiler()
           
static java.lang.String getJavaHome()
           
static java.lang.String getJavaSpecificationName()
           
static java.lang.String getJavaSpecificationVendor()
           
static java.lang.String getJavaSpecificationVersion()
           
static java.lang.String getJavaVendor()
           
static java.lang.String getJavaVendorUrl()
           
static java.lang.String getJavaVersion()
          Java Runtime Environment version
static java.lang.String getJavaVmName()
           
static java.lang.String getJavaVmSpecificationName()
           
static java.lang.String getJavaVmSpecificationVendor()
           
static java.lang.String getJavaVmSpecificationVersion()
           
static java.lang.String getJavaVmVendor()
           
static java.lang.String getJavaVmVersion()
           
static java.lang.String getLibraryPath()
           
static java.lang.String javaClassVersion()
          Deprecated. Use getJavaClassVersion()
static java.lang.String javaCompiler()
          Deprecated. Use getJavaCompiler()
static java.lang.String javaHome()
          Deprecated. Use getJavaHome()
static java.lang.String javaSpecificationName()
          Deprecated. Use getJavaSpecificationName()
static java.lang.String javaSpecificationVendor()
          Deprecated. Use getJavaSpecificationVendor()
static java.lang.String javaSpecificationVersion()
          Deprecated. Use getJavaSpecificationVersion()
static java.lang.String javaVendor()
          Deprecated. Use getJavaVendor()
static java.lang.String javaVendorUrl()
          Deprecated. Use getJavaVendorUrl()
static java.lang.String javaVersion()
          Deprecated. Use getJavaVersion()
static java.lang.String javaVmName()
          Deprecated. Use getJavaVmName()
static java.lang.String javaVmSpecificationName()
          Deprecated. Use getJavaVmSpecificationName()
static java.lang.String javaVmSpecificationVendor()
          Deprecated. Use getJavaVmSpecificationVendor()
static java.lang.String javaVmSpecificationVersion()
          Deprecated. Use getJavaVmSpecificationVersion()
static java.lang.String javaVmVendor()
          Deprecated. Use getJavaVmVendor()
static java.lang.String javaVmVersion()
          Deprecated. Use getJavaVmVersion()
static java.lang.String libraryPath()
          Deprecated. Use getLibraryPath()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMInfo

public VMInfo()
Method Detail

javaVersion

@Deprecated
public static java.lang.String javaVersion()
Deprecated. Use getJavaVersion()

Java Runtime Environment version


getJavaVersion

public static java.lang.String getJavaVersion()
Java Runtime Environment version


javaVendor

@Deprecated
public static java.lang.String javaVendor()
Deprecated. Use getJavaVendor()

Returns:
the Java Runtime Environment vendor

getJavaVendor

public static java.lang.String getJavaVendor()
Returns:
the Java Runtime Environment vendor

javaVendorUrl

@Deprecated
public static java.lang.String javaVendorUrl()
Deprecated. Use getJavaVendorUrl()

Returns:
the Java vendor URL

getJavaVendorUrl

public static java.lang.String getJavaVendorUrl()
Returns:
the Java vendor URL

javaSpecificationVersion

@Deprecated
public static java.lang.String javaSpecificationVersion()
Deprecated. Use getJavaSpecificationVersion()

Returns:
the Java Runtime Environment specification version

getJavaSpecificationVersion

public static java.lang.String getJavaSpecificationVersion()
Returns:
the Java Runtime Environment specification version

javaSpecificationVendor

@Deprecated
public static java.lang.String javaSpecificationVendor()
Deprecated. Use getJavaSpecificationVendor()

Returns:
the Java Runtime Environment specification vendor

getJavaSpecificationVendor

public static java.lang.String getJavaSpecificationVendor()
Returns:
the Java Runtime Environment specification vendor

javaSpecificationName

@Deprecated
public static java.lang.String javaSpecificationName()
Deprecated. Use getJavaSpecificationName()

Returns:
the Java Runtime Environment specification name

getJavaSpecificationName

public static java.lang.String getJavaSpecificationName()
Returns:
the Java Runtime Environment specification name

javaClassVersion

@Deprecated
public static java.lang.String javaClassVersion()
Deprecated. Use getJavaClassVersion()

Returns:
the Java class format version number

getJavaClassVersion

public static java.lang.String getJavaClassVersion()
Returns:
the Java class format version number

javaCompiler

@Deprecated
public static java.lang.String javaCompiler()
Deprecated. Use getJavaCompiler()

Returns:
the name of JIT compiler to use

getJavaCompiler

public static java.lang.String getJavaCompiler()
Returns:
the name of JIT compiler to use

javaHome

@Deprecated
public static java.lang.String javaHome()
Deprecated. Use getJavaHome()

Returns:
Java installation directory

getJavaHome

public static java.lang.String getJavaHome()
Returns:
Java installation directory

extDirs

@Deprecated
public static java.lang.String extDirs()
Deprecated. Use getExtDirs()

Returns:
Path of extension directory or directories

getExtDirs

public static java.lang.String getExtDirs()
Returns:
Path of extension directory or directories

classPath

@Deprecated
public static java.lang.String classPath()
Deprecated. Use getClassPath()

Returns:
Java class path

getClassPath

public static java.lang.String getClassPath()
Returns:
Java class path

libraryPath

@Deprecated
public static java.lang.String libraryPath()
Deprecated. Use getLibraryPath()

Returns:
List of paths to search when loading libraries

getLibraryPath

public static java.lang.String getLibraryPath()
Returns:
List of paths to search when loading libraries

javaVmSpecificationVersion

@Deprecated
public static java.lang.String javaVmSpecificationVersion()
Deprecated. Use getJavaVmSpecificationVersion()

Returns:
the Java Virtual Machine specification version

getJavaVmSpecificationVersion

public static java.lang.String getJavaVmSpecificationVersion()
Returns:
the Java Virtual Machine specification version

javaVmSpecificationVendor

@Deprecated
public static java.lang.String javaVmSpecificationVendor()
Deprecated. Use getJavaVmSpecificationVendor()

Returns:
the Java Virtual Machine specification vendor

getJavaVmSpecificationVendor

public static java.lang.String getJavaVmSpecificationVendor()
Returns:
the Java Virtual Machine specification vendor

javaVmSpecificationName

@Deprecated
public static java.lang.String javaVmSpecificationName()
Deprecated. Use getJavaVmSpecificationName()

Returns:
the Java Virtual Machine specification name

getJavaVmSpecificationName

public static java.lang.String getJavaVmSpecificationName()
Returns:
the Java Virtual Machine specification name

javaVmVersion

@Deprecated
public static java.lang.String javaVmVersion()
Deprecated. Use getJavaVmVersion()

Returns:
the Java Virtual Machine implementation version

getJavaVmVersion

public static java.lang.String getJavaVmVersion()
Returns:
the Java Virtual Machine implementation version

javaVmVendor

@Deprecated
public static java.lang.String javaVmVendor()
Deprecated. Use getJavaVmVendor()

Returns:
the Java Virtual Machine implementation vendor

getJavaVmVendor

public static java.lang.String getJavaVmVendor()
Returns:
the Java Virtual Machine implementation vendor

javaVmName

@Deprecated
public static java.lang.String javaVmName()
Deprecated. Use getJavaVmName()

Returns:
the Java Virtual Machine implementation name

getJavaVmName

public static java.lang.String getJavaVmName()
Returns:
the Java Virtual Machine implementation name


Copyright © 2010. All Rights Reserved.