Package | Description |
---|---|
org.eclipse.wst.jsdt.launching |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVMInstallType
Abstract implementation of a VM install type.
|
class |
StandardVMType
A VM install type for VMs the conform to the standard
JDK installion layout.
|
Modifier and Type | Method and Description |
---|---|
IVMInstallType |
IVMInstall.getVMInstallType()
Returns the VM type of this VM.
|
IVMInstallType |
AbstractVMInstall.getVMInstallType() |
static IVMInstallType |
JavaRuntime.getVMInstallType(java.lang.String id)
Returns the VM install type with the given unique id.
|
static IVMInstallType[] |
JavaRuntime.getVMInstallTypes()
Returns the list of registered VM types.
|
Constructor and Description |
---|
AbstractVMInstall(IVMInstallType type,
java.lang.String id)
Constructs a new VM install.
|
VMStandin(IVMInstallType type,
java.lang.String id) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.