Modifier and Type | Method and Description |
---|---|
void |
IEnvManager.configure(IRemoteConnection remoteConnection)
Sets the
IRemoteConnection which will be used to run commands on a remote machine. |
static IEnvManager |
EnvManagerRegistry.getEnvManager(IProgressMonitor pm,
IRemoteConnection remoteConnection)
Detects the environment management system on the remote machine, if any, and returns an
IEnvManager capable of
interfacing with that system. |
Modifier and Type | Method and Description |
---|---|
void |
EnvManagerConfigWidget.configurationChanged(URI uri,
IRemoteConnection remoteConnection,
List<String> selectedItems)
Re-populates this control to reflect a change in the project's remote location or a change in the selected items.
|
void |
LazyEnvManagerDetector.configure(IRemoteConnection remoteConnection) |
void |
EnvManagerConfigWidget.setConnection(IRemoteConnection connection)
Set the remote connection to use when querying for the remote environment
|
Constructor and Description |
---|
LazyEnvManagerDetector(IRemoteConnection remoteConnection)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IRemoteConnection |
SyncConfig.getRemoteConnection()
Get remote connection.
|
Modifier and Type | Method and Description |
---|---|
static SyncConfig |
SyncConfigManager.newConfig(String name,
String providerId,
IRemoteConnection conn,
String location) |
void |
SyncConfig.setConnection(IRemoteConnection connection)
Set the remote connection
|
Modifier and Type | Method and Description |
---|---|
IRemoteConnection |
ISynchronizeService.getRemoteConnection()
Get the remote connection used by this sync service provider.
|
IRemoteConnection |
AbstractSynchronizeService.getRemoteConnection() |
Modifier and Type | Method and Description |
---|---|
void |
ISynchronizeService.setRemoteConnection(IRemoteConnection conn)
set the remote connection used for synchronization
|
void |
AbstractSynchronizeService.setRemoteConnection(IRemoteConnection conn) |
Modifier and Type | Method and Description |
---|---|
IRemoteConnection |
IRemoteProcessBuilder.connection()
Returns this process builder's connection.
|
IRemoteConnection |
AbstractRemoteProcessBuilder.connection() |
IRemoteConnection |
IRemoteConnectionChangeEvent.getConnection()
Get the connection that has changed.
|
IRemoteConnection |
IRemoteConnectionManager.getConnection(String name)
Gets the remote connection corresponding to the supplied name.
|
IRemoteConnection |
IRemoteConnectionManager.getConnection(URI uri)
Gets the remote connection corresponding to the supplied URI.
|
IRemoteConnection[] |
IRemoteConnectionManager.getConnections()
Get all the connections for this service provider.
|
static IRemoteConnection |
RemoteServicesUtils.getConnectionWithProgress(String remoteServicesId,
String connectionName,
IProgressMonitor monitor)
Utility method to get a remote connection given a remote services ID and a connection name.
|
IRemoteConnection |
IRemoteConnectionManager.newConnection(String name)
Creates a new remote connection named with supplied name.
|
Modifier and Type | Method and Description |
---|---|
IRemoteProcessBuilder |
IRemoteProcessBuilder.connection(IRemoteConnection conn)
Sets this process builder's connection.
|
IRemoteProcessBuilder |
AbstractRemoteProcessBuilder.connection(IRemoteConnection conn) |
IRemoteProcess |
IRemoteServices.getCommandShell(IRemoteConnection conn,
int flags)
Get a remote process that runs a command shell on the remote system.
|
IRemoteFileManager |
IRemoteServices.getFileManager(IRemoteConnection conn)
Get a file manager for managing remote files
|
IRemoteProcessBuilder |
IRemoteServices.getProcessBuilder(IRemoteConnection conn,
List<String> command)
Get a process builder for creating remote processes
|
IRemoteProcessBuilder |
IRemoteServices.getProcessBuilder(IRemoteConnection conn,
String... command)
Get a process builder for creating remote processes
|
void |
IRemoteConnectionManager.removeConnection(IRemoteConnection connection)
Remove a connection and all resources associated with it.
|
Constructor and Description |
---|
AbstractRemoteProcessBuilder(IRemoteConnection conn,
List<String> command) |
AbstractRemoteProcessBuilder(IRemoteConnection conn,
String... command) |
Modifier and Type | Method and Description |
---|---|
IRemoteConnection |
IRemoteUIFileManager.getConnection()
Get the last connection that was selected in the browser.
|
IRemoteConnection |
IRemoteUIConnectionManager.newConnection(Shell shell)
Create a new connection.
|
IRemoteConnection |
IRemoteUIConnectionManager.newConnection(Shell shell,
String[] attrHints,
String[] attrHintValues)
Create a new connection using the remote service provider new connection
dialog.
|
Modifier and Type | Method and Description |
---|---|
static void |
RemoteUIServicesUtils.openConnectionWithProgress(Shell shell,
IRunnableContext context,
IRemoteConnection connection) |
void |
IRemoteUIConnectionManager.openConnectionWithProgress(Shell shell,
IRunnableContext context,
IRemoteConnection connection)
Attempt to open a connection using a progress monitor.
|
void |
AbstractRemoteUIConnectionManager.openConnectionWithProgress(Shell shell,
IRunnableContext context,
IRemoteConnection connection) |
void |
IRemoteUIFileManager.setConnection(IRemoteConnection connection)
Set the connection to use for file browsing
|
static void |
RemoteUIServicesUtils.setConnectionHints(RemoteConnectionWidget connectionWidget,
IRemoteConnection connection)
Used to configure the default host and port in the wizard used for
choosing a resource manager connection.
|
void |
IRemoteUIConnectionManager.updateConnection(Shell shell,
IRemoteConnection connection)
Change a connection configuration.
|
Modifier and Type | Method and Description |
---|---|
IRemoteConnection |
RemoteResourceBrowser.getConnection()
Get the connection that was selected
|
Constructor and Description |
---|
RemoteResourceBrowser(IRemoteServices services,
IRemoteConnection conn,
Shell parent,
int flags) |
Modifier and Type | Method and Description |
---|---|
IRemoteConnection |
RemoteConnectionWidget.getConnection()
Get the connection that is currently selected in the widget, or null if there is no selected connection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteConnectionWidget.handleRemoteServiceSelected(IRemoteConnection conn)
Handle selection of a new remote services provider from the remote services combo.
|
void |
RemoteDirectoryWidget.setConnection(IRemoteConnection conn)
Set the remote connection to use for browsing for the remote directory.
|
void |
RemoteConnectionWidget.setConnection(IRemoteConnection connection)
Set the connection that should be selected in the widget.
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.