Package | Description |
---|---|
org.eclipse.jdt.launching |
Application programming interfaces for interaction
with the Eclipse Java launching support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVMInstallType
Abstract implementation of a VM install type.
|
Modifier and Type | Method and Description |
---|---|
IVMInstallType |
IVMInstall.getVMInstallType()
Returns the VM type of this VM.
|
IVMInstallType |
AbstractVMInstall.getVMInstallType() |
IVMInstallType |
AbstractJavaLaunchConfigurationDelegate.getVMInstallType(ILaunchConfiguration configuration)
Returns the VM install type specified by the given launch configuration,
or
null if none. |
static IVMInstallType |
JavaRuntime.getVMInstallType(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,
String id)
Constructs a new VM install.
|
VMStandin(IVMInstallType type,
String id) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.