Uses of Interface
org.eclipse.jdt.launching.IVMInstallType
Package
Description
Application programming interfaces for interaction
with the Eclipse Java launching support.
-
Uses of IVMInstallType in org.eclipse.jdt.launching
Modifier and TypeClassDescriptionclass
Abstract implementation of a VM install type.Modifier and TypeMethodDescriptionAbstractJavaLaunchConfigurationDelegate.getVMInstallType
(org.eclipse.debug.core.ILaunchConfiguration configuration) Returns the VM install type specified by the given launch configuration, ornull
if none.AbstractVMInstall.getVMInstallType()
IVMInstall.getVMInstallType()
Returns the VM type of this VM.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.ModifierConstructorDescriptionAbstractVMInstall
(IVMInstallType type, String id) Constructs a new VM install.VMStandin
(IVMInstallType type, String id)