|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IRemoteConnection in org.eclipse.ptp.ems.core |
|---|
| Methods in org.eclipse.ptp.ems.core with parameters of type IRemoteConnection | |
|---|---|
void |
IEnvManager.configure(IRemoteConnection remoteConnection)
Sets the IRemoteConnection which will be used to run commands on a remote machine. |
static IEnvManager |
EnvManagerRegistry.getEnvManager(org.eclipse.core.runtime.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. |
| Uses of IRemoteConnection in org.eclipse.ptp.ems.ui |
|---|
| Methods in org.eclipse.ptp.ems.ui with parameters of type IRemoteConnection | |
|---|---|
void |
EnvManagerConfigWidget.configurationChanged(java.net.URI uri,
IRemoteConnection remoteConnection,
java.util.List<java.lang.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 |
| Constructors in org.eclipse.ptp.ems.ui with parameters of type IRemoteConnection | |
|---|---|
LazyEnvManagerDetector(IRemoteConnection remoteConnection)
Constructor. |
|
| Uses of IRemoteConnection in org.eclipse.ptp.rdt.sync.core |
|---|
| Methods in org.eclipse.ptp.rdt.sync.core that return IRemoteConnection | |
|---|---|
IRemoteConnection |
SyncConfig.getRemoteConnection()
Get remote connection. |
| Methods in org.eclipse.ptp.rdt.sync.core with parameters of type IRemoteConnection | |
|---|---|
static SyncConfig |
SyncConfigManager.newConfig(java.lang.String name,
java.lang.String providerId,
IRemoteConnection conn,
java.lang.String location)
|
void |
SyncConfig.setConnection(IRemoteConnection connection)
Set the remote connection |
| Uses of IRemoteConnection in org.eclipse.ptp.rdt.sync.core.services |
|---|
| Methods in org.eclipse.ptp.rdt.sync.core.services that return IRemoteConnection | |
|---|---|
IRemoteConnection |
ISynchronizeService.getRemoteConnection()
Get the remote connection used by this sync service provider. |
IRemoteConnection |
AbstractSynchronizeService.getRemoteConnection()
|
| Methods in org.eclipse.ptp.rdt.sync.core.services with parameters of type IRemoteConnection | |
|---|---|
void |
ISynchronizeService.setRemoteConnection(IRemoteConnection conn)
set the remote connection used for synchronization |
void |
AbstractSynchronizeService.setRemoteConnection(IRemoteConnection conn)
|
| Uses of IRemoteConnection in org.eclipse.ptp.remote.core |
|---|
| Methods in org.eclipse.ptp.remote.core that return IRemoteConnection | |
|---|---|
IRemoteConnection |
IRemoteProcessBuilder.connection()
Returns this process builder's connection. |
IRemoteConnection |
AbstractRemoteProcessBuilder.connection()
|
IRemoteConnection |
IRemoteConnectionChangeEvent.getConnection()
Get the connection that has changed. |
IRemoteConnection |
IRemoteConnectionManager.getConnection(java.lang.String name)
Gets the remote connection corresponding to the supplied name. |
IRemoteConnection |
IRemoteConnectionManager.getConnection(java.net.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(java.lang.String remoteServicesId,
java.lang.String connectionName,
org.eclipse.core.runtime.IProgressMonitor monitor)
Utility method to get a remote connection given a remote services ID and a connection name. |
IRemoteConnection |
IRemoteConnectionManager.newConnection(java.lang.String name)
Creates a new remote connection named with supplied name. |
| Methods in org.eclipse.ptp.remote.core with parameters of type IRemoteConnection | |
|---|---|
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,
java.util.List<java.lang.String> command)
Get a process builder for creating remote processes |
IRemoteProcessBuilder |
IRemoteServices.getProcessBuilder(IRemoteConnection conn,
java.lang.String... command)
Get a process builder for creating remote processes |
void |
IRemoteConnectionManager.removeConnection(IRemoteConnection connection)
Remove a connection and all resources associated with it. |
| Constructors in org.eclipse.ptp.remote.core with parameters of type IRemoteConnection | |
|---|---|
AbstractRemoteProcessBuilder(IRemoteConnection conn,
java.util.List<java.lang.String> command)
|
|
AbstractRemoteProcessBuilder(IRemoteConnection conn,
java.lang.String... command)
|
|
| Uses of IRemoteConnection in org.eclipse.ptp.remote.ui |
|---|
| Methods in org.eclipse.ptp.remote.ui that return IRemoteConnection | |
|---|---|
IRemoteConnection |
IRemoteUIFileManager.getConnection()
Get the last connection that was selected in the browser. |
IRemoteConnection |
IRemoteUIConnectionManager.newConnection(org.eclipse.swt.widgets.Shell shell)
Create a new connection. |
IRemoteConnection |
IRemoteUIConnectionManager.newConnection(org.eclipse.swt.widgets.Shell shell,
java.lang.String[] attrHints,
java.lang.String[] attrHintValues)
Create a new connection using the remote service provider new connection dialog. |
| Methods in org.eclipse.ptp.remote.ui with parameters of type IRemoteConnection | |
|---|---|
static void |
RemoteUIServicesUtils.openConnectionWithProgress(org.eclipse.swt.widgets.Shell shell,
org.eclipse.jface.operation.IRunnableContext context,
IRemoteConnection connection)
|
void |
IRemoteUIConnectionManager.openConnectionWithProgress(org.eclipse.swt.widgets.Shell shell,
org.eclipse.jface.operation.IRunnableContext context,
IRemoteConnection connection)
Attempt to open a connection using a progress monitor. |
void |
AbstractRemoteUIConnectionManager.openConnectionWithProgress(org.eclipse.swt.widgets.Shell shell,
org.eclipse.jface.operation.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(org.eclipse.swt.widgets.Shell shell,
IRemoteConnection connection)
Change a connection configuration. |
| Uses of IRemoteConnection in org.eclipse.ptp.remote.ui.dialogs |
|---|
| Methods in org.eclipse.ptp.remote.ui.dialogs that return IRemoteConnection | |
|---|---|
IRemoteConnection |
RemoteResourceBrowser.getConnection()
Get the connection that was selected |
| Constructors in org.eclipse.ptp.remote.ui.dialogs with parameters of type IRemoteConnection | |
|---|---|
RemoteResourceBrowser(IRemoteServices services,
IRemoteConnection conn,
org.eclipse.swt.widgets.Shell parent,
int flags)
|
|
| Uses of IRemoteConnection in org.eclipse.ptp.remote.ui.widgets |
|---|
| Methods in org.eclipse.ptp.remote.ui.widgets that return IRemoteConnection | |
|---|---|
IRemoteConnection |
RemoteConnectionWidget.getConnection()
Get the connection that is currently selected in the widget, or null if there is no selected connection. |
| Methods in org.eclipse.ptp.remote.ui.widgets with parameters of type IRemoteConnection | |
|---|---|
protected void |
RemoteConnectionWidget.handleRemoteServiceSelected(IRemoteConnection conn)
Handle selection of a new remote services provider from the remote services combo. |
void |
RemoteConnectionWidget.setConnection(IRemoteConnection connection)
Set the connection that should be selected in the widget. |
void |
RemoteDirectoryWidget.setConnection(IRemoteConnection conn)
Set the remote connection to use for browsing for the remote directory. |
|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||