Package | Description |
---|---|
org.eclipse.ptp.rdt.sync.core.handlers | |
org.eclipse.ptp.remote.core | |
org.eclipse.ptp.remote.ui | |
org.eclipse.ptp.remote.ui.dialogs | |
org.eclipse.ptp.remote.ui.widgets |
Modifier and Type | Method and Description |
---|---|
void |
IMissingConnectionHandler.handle(IRemoteServices remoteServices,
String connectionName)
Handle missing connection
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteServices
Abstract base class for remote services.
|
Modifier and Type | Method and Description |
---|---|
static IRemoteServices |
RemoteServices.getLocalServices()
Retrieve the local services provider.
|
IRemoteServices |
IRemoteConnection.getRemoteServices()
Get the remote services provider for this connection.
|
static IRemoteServices |
RemoteServices.getRemoteServices(String id)
Get the remote service implementation identified by id and ensure that it is initialized.
|
static IRemoteServices |
RemoteServices.getRemoteServices(String id,
IProgressMonitor monitor)
Get the remote service implementation identified by id and ensure that it is initialized.
|
static IRemoteServices |
RemoteServices.getRemoteServices(URI uri)
Get the remote services identified by a URI.
|
static IRemoteServices |
RemoteServices.getRemoteServices(URI uri,
IProgressMonitor monitor)
Get the remote services implementation identified by URI.
|
IRemoteServices |
IRemoteServicesFactory.getServices(IRemoteServicesDescriptor descriptor)
Return the remote services implementation for the given descriptor
|
Modifier and Type | Method and Description |
---|---|
static IRemoteServices |
RemoteUIServices.getRemoteServices(String id,
IRunnableContext context)
Look up a remote service provider and ensure it is initialized.
|
Modifier and Type | Method and Description |
---|---|
static IRemoteUIServices |
RemoteUIServices.getRemoteUIServices(IRemoteServices services)
Helper method to find UI services that correspond to a particular remote services implementation
|
IRemoteUIServices |
IRemoteUIServicesFactory.getServices(IRemoteServices services) |
Constructor and Description |
---|
RemoteResourceBrowser(IRemoteServices services,
IRemoteConnection conn,
Shell parent,
int flags) |
Modifier and Type | Method and Description |
---|---|
protected IRemoteServices |
RemoteConnectionWidget.getRemoteServices(String id) |
Modifier and Type | Method and Description |
---|---|
protected IRemoteConnectionManager |
RemoteConnectionWidget.getRemoteConnectionManager(IRemoteServices services) |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.