public interface IRemoteLaunchConfigService
| Modifier and Type | Method and Description |
|---|---|
IRemoteConnection |
getActiveConnection(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
Gets the active remote connection for the given launch configuration
|
IRemoteConnection |
getLastActiveConnection(org.eclipse.debug.core.ILaunchConfigurationType launchConfigType)
For a given launch configuration type, get the remote connection that was last
used by a launch configuration of that type.
|
void |
setActiveConnection(org.eclipse.debug.core.ILaunchConfiguration launchConfig,
IRemoteConnection connection)
Sets the active remote connection for the given launch configuration.
|
void setActiveConnection(org.eclipse.debug.core.ILaunchConfiguration launchConfig,
IRemoteConnection connection)
launchConfig - launch configurationconnection - active remote connectionIRemoteConnection getActiveConnection(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
launchConfig - launch configurationIRemoteConnection getLastActiveConnection(org.eclipse.debug.core.ILaunchConfigurationType launchConfigType)
launchConfigType - launch configuration type