Uses of Interface
org.eclipse.jdt.launching.IVMConnector
Packages that use IVMConnector
Package
Description
Application programming interfaces for interaction
with the Eclipse Java launching support.
-
Uses of IVMConnector in org.eclipse.jdt.launching
Methods in org.eclipse.jdt.launching that return IVMConnectorModifier and TypeMethodDescriptionstatic IVMConnectorJavaRuntime.getDefaultVMConnector()Return the default VM connector.static IVMConnectorJavaRuntime.getVMConnector(String id) Returns the VM connector defined with the specified identifier, ornullif none.static IVMConnector[]JavaRuntime.getVMConnectors()Returns all VM connector extensions.Methods in org.eclipse.jdt.launching with parameters of type IVMConnectorModifier and TypeMethodDescriptionstatic voidJavaRuntime.setDefaultVMConnector(IVMConnector connector, org.eclipse.core.runtime.IProgressMonitor monitor) Sets a VM connector as the system-wide default VM.