Package | Description |
---|---|
org.eclipse.jdt.launching |
Application programming interfaces for interaction
with the Eclipse Java launching support.
|
Modifier and Type | Method and Description |
---|---|
static IVMConnector |
JavaRuntime.getDefaultVMConnector()
Return the default VM connector.
|
static IVMConnector |
JavaRuntime.getVMConnector(String id)
Returns the VM connector defined with the specified identifier,
or
null if none. |
static IVMConnector[] |
JavaRuntime.getVMConnectors()
Returns all VM connector extensions.
|
Modifier and Type | Method and Description |
---|---|
static void |
JavaRuntime.setDefaultVMConnector(IVMConnector connector,
IProgressMonitor monitor)
Sets a VM connector as the system-wide default VM.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.