public class Standard11xVM extends StandardVM
VAR_PORT| Constructor and Description |
|---|
Standard11xVM(IVMInstallType type,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
IVMRunner |
getVMRunner(java.lang.String mode)
Returns a VM runner that runs this installed VM in the given mode.
|
getDebugArgs, getJavaVersionabort, equals, evaluateSystemProperties, getAttribute, getAttributes, getId, getInstallLocation, getJavadocLocation, getLibraryLocations, getName, getVMArgs, getVMArguments, getVMInstallType, hashCode, setAttribute, setInstallLocation, setJavadocLocation, setLibraryLocations, setName, setNotify, setVMArgs, setVMArgumentspublic Standard11xVM(IVMInstallType type, java.lang.String id)
public IVMRunner getVMRunner(java.lang.String mode)
IVMInstallgetVMRunner in interface IVMInstallgetVMRunner in class StandardVMmode - the mode the VM should be launched in; one of the constants
declared in org.eclipse.debug.core.ILaunchManagernull if the given mode
is not supported by this VM.IVMInstall.getVMRunner(String)