Uses of Interface
org.eclipse.jdt.launching.IVMConnector
Package
Description
Application programming interfaces for interaction
with the Eclipse Java launching support.
-
Uses of IVMConnector in org.eclipse.jdt.launching
Modifier and TypeMethodDescriptionstatic IVMConnector
JavaRuntime.getDefaultVMConnector()
Return the default VM connector.static IVMConnector
JavaRuntime.getVMConnector
(String id) Returns the VM connector defined with the specified identifier, ornull
if none.static IVMConnector[]
JavaRuntime.getVMConnectors()
Returns all VM connector extensions.Modifier and TypeMethodDescriptionstatic void
JavaRuntime.setDefaultVMConnector
(IVMConnector connector, org.eclipse.core.runtime.IProgressMonitor monitor) Sets a VM connector as the system-wide default VM.