|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.jsdt.launching.AbstractVMInstall
org.eclipse.wst.jsdt.launching.StandardVM
public class StandardVM
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Method Summary | |
---|---|
String |
getJavaVersion()
Returns a string representing the java.version system property
of this VM install, or null if unknown. |
IVMRunner |
getVMRunner(String mode)
Returns a VM runner that runs this installed VM in the given mode. |
Methods inherited from class org.eclipse.wst.jsdt.launching.AbstractVMInstall |
---|
abort, equals, getId, getInstallLocation, getJavadocLocation, getLibraryLocations, getName, getVMArgs, getVMArguments, getVMInstallType, hashCode, setInstallLocation, setJavadocLocation, setLibraryLocations, setName, setNotify, setVMArgs, setVMArguments |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IVMRunner getVMRunner(String mode)
IVMInstall
getVMRunner
in interface IVMInstall
getVMRunner
in class AbstractVMInstall
mode
- the mode the VM should be launched in; one of the constants
declared in org.eclipse.debug.core.ILaunchManager
null
if the given mode
is not supported by this VM.org.eclipse.debug.core.ILaunchManager
public String getJavaVersion()
IVMInstall2
java.version
system property
of this VM install, or null
if unknown.
getJavaVersion
in interface IVMInstall2
getJavaVersion
in class AbstractVMInstall
java.version
system property
of this VM install, or null
if unknown.
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |