Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABRT - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
- AbstractRemoteProcessBuilder - Class in org.eclipse.remote.core
-
Abstract base class for remote process builders.
- AbstractRemoteProcessBuilder(IRemoteConnection, String...) - Constructor for class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- AbstractRemoteProcessBuilder(IRemoteConnection, List<String>) - Constructor for class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- AbstractRemoteUIConnectionService - Class in org.eclipse.remote.ui
-
Abstract base class for providing UI connection manager services.
- AbstractRemoteUIConnectionService() - Constructor for class org.eclipse.remote.ui.AbstractRemoteUIConnectionService
- AbstractRemoteUIConnectionService.DefaultLabelProvider - Class in org.eclipse.remote.ui
- addConnectionChangeListener(IRemoteConnectionChangeListener) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Register a listener that will be notified when this connection's status changes.
- addModifyListener(ModifyListener) - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Add a listener that will be notified when the directory path is modified.
- addModifyListener(ModifyListener) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Add a listener that will be notified when the file path is modified.
- addPages() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
- addRemoteConnectionChangeListener(IRemoteConnectionChangeListener) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Add a global connection change listener that receives events for all connections.
- AddressInUseException - Exception Class in org.eclipse.remote.core.exception
-
Exception thrown when a connection address is already in use.
- AddressInUseException(String) - Constructor for exception class org.eclipse.remote.core.exception.AddressInUseException
- AddressInUseException(String, Throwable) - Constructor for exception class org.eclipse.remote.core.exception.AddressInUseException
- AddressInUseException(Throwable) - Constructor for exception class org.eclipse.remote.core.exception.AddressInUseException
- addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Add a listener that will be notified when the selection is changed.
- addSelectionListener(SelectionListener) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in the
SelectionListener
interface. - addUpdateListener(SerialPortConnectionBlock.SerialBlockUpdateListener) - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
- ALLOCATE_PTY - Static variable in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Flag to request allocation of a pseudo-terminal for the process (RFC-4254 Sec.
- ALRM - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
- APPEND_ENVIRONMENT - Static variable in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Flag to request that the supplied environment be apended to the remote environment; otherwise it is replaced.
- ATTRIBUTES_CHANGED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating the connection attributes had changed.
B
- BAUD_RATE_ATTR - Static variable in interface org.eclipse.remote.serial.core.ISerialPortService
- block - Variable in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
- block - Variable in class org.eclipse.remote.serial.ui.SerialPortConnectionPropertyPage
- browseDirectory(Shell, String, String, int) - Method in interface org.eclipse.remote.ui.IRemoteUIFileService
-
Browse for a remote directory.
- browseDirectory(Shell, String, String, int) - Method in class org.eclipse.remote.ui.RemoteUIFileService
- browseFile(Shell, String, String, int) - Method in interface org.eclipse.remote.ui.IRemoteUIFileService
-
Browse for a remote file.
- browseFile(Shell, String, String, int) - Method in class org.eclipse.remote.ui.RemoteUIFileService
- browseFiles(Shell, String, String, int) - Method in interface org.eclipse.remote.ui.IRemoteUIFileService
-
Browse for a set of remote files.
- browseFiles(Shell, String, String, int) - Method in class org.eclipse.remote.ui.RemoteUIFileService
- BUFFER_SIZE - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Size of buffer for processing data received from remote endpoint.
- BYTE_SIZE_ATTR - Static variable in interface org.eclipse.remote.serial.core.ISerialPortService
C
- canAdd() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Can you add new connections of this type using the API.
- CANCEL - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
ID for a "Cancel" response (value 1).
- canEdit() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Can you edit connections of this type, i.e.
- canRemove() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Can you remove connections of this type using the API.
- clientOutputStream - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds a reference to an
OutputStream
object used to send data to the client. - close() - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Close the connection.
- close() - Method in interface org.eclipse.remote.core.IRemoteConnectionControlService
-
Close the connection.
- close() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- command() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- command() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Returns this process builder's operating system program and arguments.
- command(String...) - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- command(String...) - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Sets this process builder's operating system program and arguments.
- command(List<String>) - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- command(List<String>) - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Sets this process builder's operating system program and arguments.
- connect() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- CONNECTION_ABORTED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating that the connection was closed abnormally.
- CONNECTION_ADDED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating the connection was added.
- CONNECTION_CLOSED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating that the connection was closed.
- CONNECTION_OPENED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating that the connection was opened.
- CONNECTION_REMOVED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating the connection is about to be removed.
- CONNECTION_RENAMED - Static variable in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Event indicating that the connection name will be changed.
- CONNECTION_TYPE_ID - Static variable in interface org.eclipse.remote.serial.core.ISerialPortService
- connectionChanged(RemoteConnectionChangeEvent) - Method in interface org.eclipse.remote.core.IRemoteConnectionChangeListener
-
Notifies this listener that the status of a connection has changed.
- connectionChanged(RemoteConnectionChangeEvent) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- ConnectionExistsException - Exception Class in org.eclipse.remote.core.exception
-
Thrown when trying to add a connection with the same name as an existing connection, or when trying to rename a connection to the same name as an existing connection.
- ConnectionExistsException(String) - Constructor for exception class org.eclipse.remote.core.exception.ConnectionExistsException
- ConsoleAction - Class in org.eclipse.remote.console.actions
-
An abstract class to implement basic functionality common to terminal console actions
- ConsoleAction(String) - Constructor for class org.eclipse.remote.console.actions.ConsoleAction
- ConsoleAction(String, int) - Constructor for class org.eclipse.remote.console.actions.ConsoleAction
- CONT - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
- createAction(String, String, IAdaptable) - Method in interface org.eclipse.remote.console.actions.IConsoleActionFactory
-
Returns an implementation of ConsoleAction
- createBlock(Composite, IRemoteConnectionWorkingCopy) - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
-
Creates the UI elements for the SerialPortConnectionBlock
- createButton(Composite, int, String, boolean) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
- createContents(Composite) - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionPropertyPage
- createContents(Composite) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
- createControl(Composite) - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
- createDialogArea(Composite) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
D
- DEFAULT_CONNECTION_NAME - Static variable in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
- DEFAULT_PORT - Static variable in class org.eclipse.remote.telnet.core.TelnetConnection
- DEFAULT_TIMEOUT - Static variable in class org.eclipse.remote.telnet.core.TelnetConnection
- DefaultLabelProvider() - Constructor for class org.eclipse.remote.ui.AbstractRemoteUIConnectionService.DefaultLabelProvider
- destroy() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Terminate the process
- destroy() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Terminate the process
- destroy() - Method in class org.eclipse.remote.core.RemoteProcessAdapter
- destroy() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- destroy() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- directory() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- directory() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Returns this process builder's working directory.
- directory(IFileStore) - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- directory(IFileStore) - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Sets this process builder's working directory.
- DIRECTORY_BROWSER - Static variable in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
- DIRECTORY_BROWSER - Static variable in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Browse for directories (files are not shown)
- disable() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget.WidgetListener
-
Disable listener, received events shall be ignored.
- doWidgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget.WidgetListener
E
- EMPTY_STRING - Static variable in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
- enable() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget.WidgetListener
-
Enable the listener to handle events.
- environment() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- environment() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Returns a string map view of this process builder's environment.
- ERROR - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
Constant for an error prompt (value 1).
- exec(String) - Method in interface org.eclipse.remote.core.IProcessFactory
- exec(String[]) - Method in interface org.eclipse.remote.core.IProcessFactory
- exec(String[], String[]) - Method in interface org.eclipse.remote.core.IProcessFactory
- exec(String[], String[], File) - Method in interface org.eclipse.remote.core.IProcessFactory
- exec(String, String[]) - Method in interface org.eclipse.remote.core.IProcessFactory
- exec(String, String[], File) - Method in interface org.eclipse.remote.core.IProcessFactory
- exitValue() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Returns the exit value for the process
- exitValue() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Returns the exit value for the process
- exitValue() - Method in class org.eclipse.remote.core.RemoteProcessAdapter
- exitValue() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- exitValue() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
F
- Factory() - Constructor for class org.eclipse.remote.serial.core.SerialPortConnection.Factory
- Factory() - Constructor for class org.eclipse.remote.telnet.core.TelnetConnection.Factory
- Factory() - Constructor for class org.eclipse.remote.ui.RemoteUIFileService.Factory
- FILE_BROWSER - Static variable in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
- FILE_BROWSER - Static variable in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Browse for files
- FILE_SEPARATOR_PROPERTY - Static variable in interface org.eclipse.remote.core.IRemoteConnection
- filterConnections(Class<? extends IRemoteConnection.Service>...) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Limit the connection types that will be used when displaying valid connections.
- findConsole(IRemoteConnection) - Static method in class org.eclipse.remote.console.TerminalConsoleUtility
-
Find an existing console for the given IRemoteConnection
- fireConnectionChangeEvent(int) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Notify all listeners when this connection's status changes.
- fireRemoteConnectionChangeEvent(RemoteConnectionChangeEvent) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Used by connections and other components to notify the global connection change listeners of events.
- FLAG_FORCE_CONNECTION_TYPE_SELECTION - Static variable in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Force the use of the connection type combo, regardless of the PREF_CONNECTION_TYPE preference setting.
- FLAG_NO_LOCAL_SELECTION - Static variable in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Do not provide a selection for local services.
- FORWARD_X11 - Static variable in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Flag to request X11 forwarding (RFC-4254 Sec.
- forwardLocalPort(int, String, int) - Method in interface org.eclipse.remote.core.IRemotePortForwardingService
-
Forward local port localPort to remote port fwdPort on remote machine fwdAddress.
- forwardLocalPort(String, int, IProgressMonitor) - Method in interface org.eclipse.remote.core.IRemotePortForwardingService
-
Forward a local port to remote port fwdPort on remote machine fwdAddress.
- forwardRemotePort(int, String, int) - Method in interface org.eclipse.remote.core.IRemotePortForwardingService
-
Forward remote port remotePort to port fwdPort on machine fwdAddress.
- forwardRemotePort(String, int, IProgressMonitor) - Method in interface org.eclipse.remote.core.IRemotePortForwardingService
-
Forward a remote port to port fwdPort on remote machine fwdAddress.
- FPE - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
G
- getActiveConnection(ILaunchConfiguration) - Method in interface org.eclipse.remote.core.launch.IRemoteLaunchConfigService
-
Gets the active remote connection for the given launch configuration
- getActiveLocationURI() - Method in interface org.eclipse.remote.core.IRemoteResource
-
Get the active location URI of the resource in the remote project.
- getAllConnectionTypes() - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Returns the list of all connection types including the local services.
- getAllRemoteConnections() - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Returns the list of all known remote connections.
- getAttribute(String) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Get an attribute for a connection.
- getBaseDirectory() - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Get the base directory to be used for relative paths.
- getBaudRateIndex() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
- getBaudRateIndex() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
- getButton() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Get the new button from the widget
- getByteSizeIndex() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
- getByteSizeIndex() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
- getCommandShell(int) - Method in interface org.eclipse.remote.core.IRemoteCommandShellService
-
Get a remote process that runs a command shell on the remote system.
- getCommandShell(int) - Method in class org.eclipse.remote.serial.core.SerialPortConnection
- getCommandShell(int) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- getConnection() - Method in interface org.eclipse.remote.console.ITerminalConsole
- getConnection() - Method in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Get the connection that has changed.
- getConnection() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
- getConnection() - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Get the connection that was selected
- getConnection() - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionWizard
-
Get the connection being edited.
- getConnection() - Method in interface org.eclipse.remote.ui.IRemoteUIFileService
-
Get the last connection that was selected in the browser.
- getConnection() - Method in class org.eclipse.remote.ui.RemoteUIFileService
- getConnection() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Get the connection that is currently selected in the widget, or null if there is no selected connection.
- getConnection() - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Get the connection that was selected
- getConnection(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Gets the remote connection corresponding to the supplied name.
- getConnection(URI) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Gets the remote connection corresponding to the supplied URI.
- getConnectionName() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
- getConnectionName() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
- getConnections() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get all the connections for this service provider.
- getConnectionServices() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Return the list of connection services supported by connections of this type.
- getConnectionType() - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Get the connection type of this connection
- getConnectionType() - Method in interface org.eclipse.remote.core.IRemoteConnectionType.Service
- getConnectionType() - Method in class org.eclipse.remote.ui.RemoteUIFileService
- getConnectionType(String) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Get the connection type identified by the id
- getConnectionType(URI) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Get the connection type that provides connections to locations identified by the URI.
- getConnectionTypesByService(Class<? extends IRemoteConnectionType.Service>...) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Returns the list of all connection types that provide specific services.
- getConnectionTypesSupporting(Class<? extends IRemoteConnection.Service>...) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Returns the list of all connection types that support connections that provide specific services.
- getConnectionWizard(Shell) - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionService
-
Create a wizard for adding or editing connections.
- getDirectorySeparator() - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Gets the directory separator on the target system.
- getEnv() - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Returns an unmodifiable string map view of the remote environment.
- getEnv(String) - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Returns the value of an environment variable.
- getErrorStream() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Gets the error output stream of the process Note: some implementations (e.g.
- getErrorStream() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Gets the error output stream of the process
- getErrorStream() - Method in class org.eclipse.remote.core.RemoteProcessAdapter
- getErrorStream() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- getErrorStream() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- getHostname() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Obtain the hostname associated with this connection.
- getHostname() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- getId() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get unique ID of this service.
- getImage(Object) - Method in class org.eclipse.remote.ui.AbstractRemoteUIConnectionService.DefaultLabelProvider
- getImage(Object) - Method in class org.eclipse.remote.ui.RemoteConnectionsLabelProvider
- getInputStream() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Gets an InputStream which can be used to read the standard output stream of the process Note: some implementations (e.g.
- getInputStream() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Gets an InputStream which can be used to read the standard output stream of the process
- getInputStream() - Method in class org.eclipse.remote.core.RemoteProcessAdapter
- getInputStream() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- getInputStream() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- getLabelProvider() - Method in class org.eclipse.remote.ui.AbstractRemoteUIConnectionService
- getLabelProvider() - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionService
-
Return the label provider that provides the text and base image for the connection type and connections of that type.
- getLastActiveConnection(ILaunchConfigurationType) - Method in interface org.eclipse.remote.core.launch.IRemoteLaunchConfigService
-
For a given launch configuration type, get the remote connection that was last used by a launch configuration of that type.
- getLocalConnectionType() - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Return the connection type used to access local resources.
- getLocationPath() - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Get the directory location path.
- getLocationPath() - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Get the file location path.
- getName() - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Get unique name for this connection.
- getName() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get display name of this service.
- getOriginal() - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Returns the original connection this working copy was created from.
- getOutputStream() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Gets an output stream which can be used to write to the standard input stream of the process
- getOutputStream() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Gets an output stream which can be used to write to the standard input stream of the process
- getOutputStream() - Method in class org.eclipse.remote.core.RemoteProcessAdapter
- getOutputStream() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- getOutputStream() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- getOutputStream() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
- getParityIndex() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
- getParityIndex() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
- getPassphrase() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Get the pass phrase associated with this connection.
- getPassphrase() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- getPassword() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Get the password associated with this connection.
- getPassword() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- getPort() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Obtain the port associated with this connection
- getPort() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- getPortName() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
- getPortName() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
- getProcessBuilder() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Get the process builder used to create this process
- getProcessBuilder() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- getProcessBuilder() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- getProcessBuilder(String...) - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Get a process builder for creating remote processes
- getProcessBuilder(List<String>) - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Get a process builder for creating remote processes
- getProcessServices() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Return the list of process services supported by connections of this type.
- getProperty(String) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Gets the remote system property indicated by the specified key.
- getProperty(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionPropertyService
-
Gets the remote system property indicated by the specified key.
- getRemoteConnection() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- getRemoteConnection() - Method in interface org.eclipse.remote.core.IRemoteConnection.Service
- getRemoteConnection() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Get the connection that is used by this process
- getRemoteConnection() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Get the connection that will be used by this process builder to create remote processes.
- getRemoteConnection() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- getRemoteConnection() - Method in class org.eclipse.remote.serial.core.SerialPortConnection
- getRemoteConnection() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- getRemoteConnection() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- getRemoteConnectionTypes() - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Returns the list of connection types except for the local connection type.
- getRemoteProcess() - Method in interface org.eclipse.remote.core.IRemoteProcess.Service
- getRemoteServicesManager() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get the remote services manager.
- getResource() - Method in interface org.eclipse.remote.core.IRemoteResource
-
Get the platform resource corresponding to the remote resource
- getResource() - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Get the resources that was selected.
- getResource() - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Get a resource that corresponds to the text field
- getResource(String) - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Get the resource associated with path.
- getResources() - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Get the resources that were selected.
- getResources() - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Get the resources that were selected.
- getRunnableContext() - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
- getScheme() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get the EFS scheme provided by this service.
- getSecureAttribute(String) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Get an attribute that is stored in secure storage, such as passwords.
- getSerialPort() - Method in interface org.eclipse.remote.serial.core.ISerialPortService
- getSerialPort() - Method in class org.eclipse.remote.serial.core.SerialPortConnection
- getService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Get the service for this remote connection that implements the given interface.
- getService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Get the service for this remote services implementation that implements the given interface.
- getService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Get the service for this remote process that implements the given interface.
- getService(Class<T>) - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- getService(Class<T>) - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- getService(IRemoteConnection, Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnection.Service.Factory
- getService(IRemoteConnection, Class<T>) - Method in class org.eclipse.remote.serial.core.SerialPortConnection.Factory
- getService(IRemoteConnection, Class<T>) - Method in class org.eclipse.remote.telnet.core.TelnetConnection.Factory
- getService(IRemoteConnectionType, Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnectionType.Service.Factory
- getService(IRemoteConnectionType, Class<T>) - Method in class org.eclipse.remote.ui.RemoteUIFileService.Factory
- getService(IRemoteProcess, Class<T>) - Method in interface org.eclipse.remote.core.IRemoteProcess.Service.Factory
- getServices() - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Return the list of connection type services supported by this type.
- getStopBitsIndex() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
- getStopBitsIndex() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
- getSupportedFlags() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- getSupportedFlags() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Get the flags that are supported by this process builder.
- getText(Object) - Method in class org.eclipse.remote.ui.AbstractRemoteUIConnectionService.DefaultLabelProvider
- getText(Object) - Method in class org.eclipse.remote.ui.RemoteConnectionsLabelProvider
- getTimeout() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Obtain the timeout used when establishing the connection.
- getTimeout() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- getType() - Method in class org.eclipse.remote.core.RemoteConnectionChangeEvent
-
Returns the type of event being reported.
- getUsername() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Obtain the username associated with this connection.
- getUsername() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- getWorkingCopy() - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Return a working copy to allow setting and changing of attributes.
- getWorkingDirectory() - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Get the working directory.
- GROUP_FLAG - Static variable in class org.eclipse.remote.ui.widgets.RemoteFileWidget
H
- handleConnectionSelected() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Handle the section of a new connection.
- handleConnectionTypeSelected(IRemoteConnection) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Handle selection of a new connection type from the connection type combo.
- handleNewRemoteConnectionSelected() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Handle creation of a new connection by pressing the 'New...' button.
- hasConnectionService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Do connections created by this connection type support the given service.
- hasProcessService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Do processes created by this connection type support the given service.
- hasService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Does this connection support the given service.
- hasService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Does this connection type support the given service.
- hasService(Class<T>) - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Does this remote process support the given service.
- hasService(Class<T>) - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- hasService(Class<T>) - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- height - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds the height of the Terminal screen in rows.
- HOSTNAME_ATTR - Static variable in class org.eclipse.remote.telnet.core.TelnetConnection
- HUP - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
I
- IConsoleActionFactory - Interface in org.eclipse.remote.console.actions
- ignoreSubnegotiation - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field is true if an error occurs while processing a subnegotiation command.
- ILL - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
- INFORMATION - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
Constant for an information prompt (value 2).
- init() - Method in interface org.eclipse.remote.core.IRemoteConnectionProviderService
-
Initialize the service.
- initializeConnectionTypeCombo() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Initialize the contents of the connection type combo.
- initializeOptions() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This method initializes the localOptions[] and remoteOptions[] arrays so that they contain references to TelnetOption objects representing our desired state for each option.
- inputChannel - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds a reference to an
ReadableByteChannel
object used to receive data from the remote endpoint. - INT - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
- IProcessFactory - Interface in org.eclipse.remote.core
-
Abstraction of the java.lang.Runtime exec() methods to allow different implementations to be supplied.
- IRemoteCommandShellService - Interface in org.eclipse.remote.core
-
A service that provides a command shell on a remote.
- IRemoteConnection - Interface in org.eclipse.remote.core
-
Represents a connection to a remote system.
- IRemoteConnection.Service - Interface in org.eclipse.remote.core
-
The interface that is extend by services provided for this remote connection.
- IRemoteConnection.Service.Factory - Interface in org.eclipse.remote.core
- IRemoteConnectionChangeListener - Interface in org.eclipse.remote.core
-
Listener used to register for notification of connection status changes.
- IRemoteConnectionControlService - Interface in org.eclipse.remote.core
-
A service to control and report on the state of a connection, open or closed.
- IRemoteConnectionHostService - Interface in org.eclipse.remote.core
-
A service to obtain host specific information.
- IRemoteConnectionPropertyService - Interface in org.eclipse.remote.core
-
A connection property is some descriptive information that's discovered about the connection.
- IRemoteConnectionProviderService - Interface in org.eclipse.remote.core
-
A connection type service for connection types that have automatic means of adding and removing services.
- IRemoteConnectionType - Interface in org.eclipse.remote.core
-
A remote connection type manages a list of connections that implement the same services.
- IRemoteConnectionType.Service - Interface in org.eclipse.remote.core
-
The interface that is extend by services provided for this remote services implementation.
- IRemoteConnectionType.Service.Factory - Interface in org.eclipse.remote.core
- IRemoteConnectionWorkingCopy - Interface in org.eclipse.remote.core
-
A working copy of a remote connection used to change the name and/or attributes of the connection.
- IRemoteFileService - Interface in org.eclipse.remote.core
-
Interface for managing files on a remote system.
- IRemoteLaunchConfigService - Interface in org.eclipse.remote.core.launch
-
Manages and persists the mapping between launch configurations and remote connections that they run on.
- IRemotePortForwardingService - Interface in org.eclipse.remote.core
-
A connection service for setting up port forwarding between the host and the remote.
- IRemotePreferenceConstants - Interface in org.eclipse.remote.core
-
Preference constants that can be used to check the default remote service provider preference.
- IRemoteProcess - Interface in org.eclipse.remote.core
-
Represents a process running on a remote system.
- IRemoteProcess.Service - Interface in org.eclipse.remote.core
-
The interface that is extend by services provided for this remote connection.
- IRemoteProcess.Service.Factory - Interface in org.eclipse.remote.core
- IRemoteProcessBuilder - Interface in org.eclipse.remote.core
-
Abstraction of a process builder for remote processes.
- IRemoteProcessControlService - Interface in org.eclipse.remote.core
-
A service to control and report on the state of a process.
- IRemoteProcessService - Interface in org.eclipse.remote.core
-
A connection service for starting up processes on a remote.
- IRemoteProcessSignalService - Interface in org.eclipse.remote.core
-
A service abstraction for signals.
- IRemoteProcessTerminalService - Interface in org.eclipse.remote.core
-
A service abstraction for remote terminals.
- IRemoteResource - Interface in org.eclipse.remote.core
-
Abstraction of a remote resource.
- IRemoteServicesManager - Interface in org.eclipse.remote.core
-
The main entry point into the remote services system.
- IRemoteUIConnectionService - Interface in org.eclipse.remote.ui
-
Interface for providing connection management operations in the UI.
- IRemoteUIConnectionWizard - Interface in org.eclipse.remote.ui
-
Interface for creating and editing connections in the UI.
- IRemoteUIConstants - Interface in org.eclipse.remote.ui
-
Constants use by UI operations.
- IRemoteUIFileService - Interface in org.eclipse.remote.ui
-
Interface for providing file management operations in the UI.
- isComplete() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
- isCompleted() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Check if the remote process has completed.
- isCompleted() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Check if the remote process has completed
- isCompleted() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- isCompleted() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- isConnected() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Returns true if the TCP connection represented by this object is connected, false otherwise.
- isDirty() - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Returns whether this connection has been modified since it was last saved or created.
- isEnabled() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
- isEnabled() - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget.WidgetListener
-
Test if the listener is enabled.
- ISerialPortService - Interface in org.eclipse.remote.serial.core
- isOpen() - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Test if the connection is open.
- isOpen() - Method in interface org.eclipse.remote.core.IRemoteConnectionControlService
-
Test if the connection is open.
- isOpen() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- isRemoteTelnetServer() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Returns true if the TCP connection represented by this object is connected and the remote endpoint is a TELNET server, false otherwise.
- ITerminalConsole - Interface in org.eclipse.remote.console
- IUserAuthenticatorService - Interface in org.eclipse.remote.core
-
Allow clients to provide their own user interface for connection authentication.
K
- KILL - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
L
- LINE_SEPARATOR_PROPERTY - Static variable in interface org.eclipse.remote.core.IRemoteConnection
- LOCALE_CHARMAP_PROPERTY - Static variable in interface org.eclipse.remote.core.IRemoteConnection
- localEcho - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
UNDER CONSTRUCTION
- localEcho() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Returns true if local echoing is enabled for this TCP connection, false otherwise.
- localOptions - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
An array of TelnetOption objects representing the local endpoint's TELNET options.
N
- NEW_CONNECTION_COMMAND - Static variable in interface org.eclipse.remote.ui.IRemoteUIConnectionService
-
ID for the command to start the new connection wizard.
- newConnection(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Creates a new remote connection named with supplied name.
- newRemoteProcess() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- NewSerialPortConnectionWizard - Class in org.eclipse.remote.serial.ui
- NewSerialPortConnectionWizard(Shell, IRemoteConnectionType) - Constructor for class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
- NewSerialPortConnectionWizardPage - Class in org.eclipse.remote.serial.ui
- NewSerialPortConnectionWizardPage() - Constructor for class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizardPage
- nextSubnegotiationByteIndex - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds the index into array
TelnetProtocol.receivedSubnegotiation
of the next unused byte. - NO - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
ID for a "No" response (value 3).
- NONE - Static variable in interface org.eclipse.remote.core.IRemoteProcessBuilder
- NONE - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
Constant for a prompt with no type (value 0).
- NONE - Static variable in interface org.eclipse.remote.ui.IRemoteUIConstants
-
A constant indicating that no bits are set.
O
- OK - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
ID for an "Ok" response (value 0).
- open() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
- open() - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionWizard
-
Open configuration wizard allowing the user to enter information about a connection.
- open(IProgressMonitor) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Open the connection.
- open(IProgressMonitor) - Method in interface org.eclipse.remote.core.IRemoteConnectionControlService
-
Open the connection.
- open(IProgressMonitor) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- OPEN - Static variable in interface org.eclipse.remote.ui.IRemoteUIConstants
-
A constant used to indicate a dialog used for opening files.
- openConnectionWithProgress(Shell, IRunnableContext, IRemoteConnection) - Method in class org.eclipse.remote.ui.AbstractRemoteUIConnectionService
- openConnectionWithProgress(Shell, IRunnableContext, IRemoteConnection) - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionService
-
Attempt to open a connection using a progress monitor.
- openConsole() - Method in class org.eclipse.remote.console.TerminalConsoleUtility
-
Opens a dialog to allow selection of an IRemoteConnection, encoding, etc.
- openConsole(IRemoteConnection, String) - Static method in class org.eclipse.remote.console.TerminalConsoleUtility
-
Open a specific IRemoteConnection and encoding combination.
- org.eclipse.remote.console - package org.eclipse.remote.console
- org.eclipse.remote.console.actions - package org.eclipse.remote.console.actions
- org.eclipse.remote.core - package org.eclipse.remote.core
- org.eclipse.remote.core.exception - package org.eclipse.remote.core.exception
- org.eclipse.remote.core.launch - package org.eclipse.remote.core.launch
- org.eclipse.remote.serial.core - package org.eclipse.remote.serial.core
- org.eclipse.remote.serial.ui - package org.eclipse.remote.serial.ui
- org.eclipse.remote.telnet.core - package org.eclipse.remote.telnet.core
- org.eclipse.remote.ui - package org.eclipse.remote.ui
- org.eclipse.remote.ui.dialogs - package org.eclipse.remote.ui.dialogs
- org.eclipse.remote.ui.widgets - package org.eclipse.remote.ui.widgets
- OS_ARCH_PROPERTY - Static variable in interface org.eclipse.remote.core.IRemoteConnection
- OS_NAME_PROPERTY - Static variable in interface org.eclipse.remote.core.IRemoteConnection
- OS_VERSION_PROPERTY - Static variable in interface org.eclipse.remote.core.IRemoteConnection
P
- PARITY_ATTR - Static variable in interface org.eclipse.remote.serial.core.ISerialPortService
- PASSWORD_ATTR - Static variable in class org.eclipse.remote.telnet.core.TelnetConnection
- PATH_SEPARATOR_PROPERTY - Static variable in interface org.eclipse.remote.core.IRemoteConnection
- performFinish() - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
- performOk() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionPropertyPage
- PIPE - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
- PORT_ATTR - Static variable in class org.eclipse.remote.telnet.core.TelnetConnection
- PORT_NAME_ATTR - Static variable in interface org.eclipse.remote.serial.core.ISerialPortService
- posixPath(String) - Static method in class org.eclipse.remote.core.RemoteServicesUtils
-
Constructs a new POSIX path from the given string path.
- PREF_CONNECTION_TYPE_ID - Static variable in interface org.eclipse.remote.core.IRemotePreferenceConstants
-
Preference setting for the default connection type.
- PrivilegedPortException - Exception Class in org.eclipse.remote.core.exception
-
Exception thrown when an attempt is made to use a privileged port.
- PrivilegedPortException(String) - Constructor for exception class org.eclipse.remote.core.exception.PrivilegedPortException
- PrivilegedPortException(String, Throwable) - Constructor for exception class org.eclipse.remote.core.exception.PrivilegedPortException
- PrivilegedPortException(Throwable) - Constructor for exception class org.eclipse.remote.core.exception.PrivilegedPortException
- processedBytes - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Holds incoming network data after the TELNET protocol bytes have been processed and removed.
- processedStringBuffer - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds a StringBuffer containing text recently received from the remote endpoint (after all TELNET protocol bytes have been processed and removed).
- processTelnetProtocol(int) - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Process TELNET protocol data contained in the first count bytes of rawBytes.
- prompt(int, String, String, int[], int) - Method in interface org.eclipse.remote.core.IUserAuthenticatorService
-
Prompts for additional information regarding this authentication request.
- prompt(String, String) - Method in interface org.eclipse.remote.core.IUserAuthenticatorService
-
Authenticates the user for access.
- prompt(String, String, String, String[], boolean[]) - Method in interface org.eclipse.remote.core.IUserAuthenticatorService
-
Prompts the user for a number values using text fields.
Q
- QUESTION - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
Constant for a question prompt (value 3).
- QUIT - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
R
- rawBytes - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Holds raw bytes received from the remote endpoint, prior to any TELNET protocol processing.
- receivedSubnegotiation - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
An array of bytes that holds the TELNET subnegotiation command most recently received from the remote endpoint.
- redirectErrorStream() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- redirectErrorStream() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Tells whether this process builder merges standard error and standard output.
- redirectErrorStream(boolean) - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- redirectErrorStream(boolean) - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Sets this process builder's redirectErrorStream property.
- refresh(IProgressMonitor) - Method in interface org.eclipse.remote.core.IRemoteResource
-
Synchronize the resource with the underlying filesystem.
- RemoteConnectionChangeEvent - Class in org.eclipse.remote.core
-
Event representing a change in connection status.
- RemoteConnectionChangeEvent(IRemoteConnection, int) - Constructor for class org.eclipse.remote.core.RemoteConnectionChangeEvent
- RemoteConnectionException - Exception Class in org.eclipse.remote.core.exception
-
Exception thrown when a remote connection error occurs.
- RemoteConnectionException(String) - Constructor for exception class org.eclipse.remote.core.exception.RemoteConnectionException
- RemoteConnectionException(String, Throwable) - Constructor for exception class org.eclipse.remote.core.exception.RemoteConnectionException
- RemoteConnectionException(Throwable) - Constructor for exception class org.eclipse.remote.core.exception.RemoteConnectionException
- RemoteConnectionPropertyTester - Class in org.eclipse.remote.core
- RemoteConnectionPropertyTester() - Constructor for class org.eclipse.remote.core.RemoteConnectionPropertyTester
- RemoteConnectionsLabelProvider - Class in org.eclipse.remote.ui
-
A label provider to show the test and base image for remote connections.
- RemoteConnectionsLabelProvider() - Constructor for class org.eclipse.remote.ui.RemoteConnectionsLabelProvider
- RemoteConnectionWidget - Class in org.eclipse.remote.ui.widgets
-
Widget to allow the user to select a service provider and connection.
- RemoteConnectionWidget(Composite, int, String, int) - Constructor for class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Constructor
- RemoteConnectionWidget(Composite, int, String, int, List<IRemoteConnectionType>) - Constructor for class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Constructor
- RemoteConnectionWidget(Composite, int, String, int, IRunnableContext) - Constructor for class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Constructor
- RemoteConnectionWidget(Composite, int, String, int, IRunnableContext, List<IRemoteConnectionType>) - Constructor for class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Constructor
- RemoteConnectionWidget.WidgetListener - Class in org.eclipse.remote.ui.widgets
-
Listener for widget selected events.
- RemoteDirectoryWidget - Class in org.eclipse.remote.ui.widgets
-
Widget to allow the user to select a remote directory.
- RemoteDirectoryWidget(Composite, int, String, String) - Constructor for class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
- RemoteFileWidget - Class in org.eclipse.remote.ui.widgets
-
Widget to allow the user to select a remote file.
- RemoteFileWidget(Composite, int, int, String, String) - Constructor for class org.eclipse.remote.ui.widgets.RemoteFileWidget
- remoteIsTelnetServer - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field is true if the remote endpoint is a TELNET server, false if not.
- remoteOptions - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
An array of TelnetOption objects representing the remote endpoint's TELNET options.
- RemoteProcessAdapter - Class in org.eclipse.remote.core
-
Utility class to adapt an IRemoteProcess to a java.lang.Process
- RemoteProcessAdapter(IRemoteProcess) - Constructor for class org.eclipse.remote.core.RemoteProcessAdapter
- RemoteResourceBrowser - Class in org.eclipse.remote.ui.dialogs
-
Generic file/directory browser for remote resources.
- RemoteResourceBrowser(Shell, int) - Constructor for class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
- RemoteResourceBrowserWidget - Class in org.eclipse.remote.ui.widgets
-
Generic file/directory browser for remote resources.
- RemoteResourceBrowserWidget(Composite, int, int) - Constructor for class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
- RemoteServicesUtils - Class in org.eclipse.remote.core
-
Remote services utility methods.
- RemoteServicesUtils() - Constructor for class org.eclipse.remote.core.RemoteServicesUtils
- RemoteUIFileService - Class in org.eclipse.remote.ui
- RemoteUIFileService(IRemoteConnectionType) - Constructor for class org.eclipse.remote.ui.RemoteUIFileService
- RemoteUIFileService.Factory - Class in org.eclipse.remote.ui
- removeConnection(IRemoteConnection) - Method in interface org.eclipse.remote.core.IRemoteConnectionType
-
Remove a connection and all resources associated with it.
- removeConnectionChangeListener(IRemoteConnectionChangeListener) - Method in interface org.eclipse.remote.core.IRemoteConnection
-
Remove a listener that will be notified when this connection's status changes.
- removeLocalPortForwarding(int) - Method in interface org.eclipse.remote.core.IRemotePortForwardingService
-
Remove the local port forwarding associated with the given port.
- removeModifyListener(ModifyListener) - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Remove a listener that will be notified when the directory path is modified.
- removeModifyListener(ModifyListener) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Remove a listener that will be notified when the file path is modified.
- removeRemoteConnectionChangeListener(IRemoteConnectionChangeListener) - Method in interface org.eclipse.remote.core.IRemoteServicesManager
-
Remove the global connection change listener.
- removeRemotePortForwarding(int) - Method in interface org.eclipse.remote.core.IRemotePortForwardingService
-
Remove the remote port forwarding associated with the given port.
- removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Remove a listener that will be notified when the selection is changed
- removeSelectionListener(SelectionListener) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Remove a listener that will be notified when one of the widget's controls are selected
- removeUpdateListener(SerialPortConnectionBlock.SerialBlockUpdateListener) - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
- RESTORE_BUTTON_FLAG - Static variable in class org.eclipse.remote.ui.widgets.RemoteFileWidget
- run() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This method runs in its own thread.
- run(boolean, boolean, IRunnableWithProgress) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
S
- save() - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Saves this working copy to its original connection and returns a handle to the resulting connection.
- SAVE - Static variable in interface org.eclipse.remote.ui.IRemoteUIConstants
-
A constant used to indicate a dialog should be used for saving files.
- SEGV - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
- sendSignal(int) - Method in interface org.eclipse.remote.core.IRemoteProcessSignalService
-
Send a signal to the remote process.
- SerialBlockUpdateListener() - Constructor for class org.eclipse.remote.serial.ui.SerialPortConnectionBlock.SerialBlockUpdateListener
- SerialPortCommandShell - Class in org.eclipse.remote.serial.core
- SerialPortCommandShell(IRemoteConnection, SerialPort) - Constructor for class org.eclipse.remote.serial.core.SerialPortCommandShell
- SerialPortConnection - Class in org.eclipse.remote.serial.core
- SerialPortConnection.Factory - Class in org.eclipse.remote.serial.core
- SerialPortConnectionBlock - Class in org.eclipse.remote.serial.ui
- SerialPortConnectionBlock() - Constructor for class org.eclipse.remote.serial.ui.SerialPortConnectionBlock
- SerialPortConnectionBlock.SerialBlockUpdateListener - Class in org.eclipse.remote.serial.ui
- SerialPortConnectionPropertyPage - Class in org.eclipse.remote.serial.ui
- SerialPortConnectionPropertyPage() - Constructor for class org.eclipse.remote.serial.ui.SerialPortConnectionPropertyPage
- serverOutputStream - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds a reference to an
OutputStream
object used to send data to the remote endpoint. - setActiveConnection(ILaunchConfiguration, IRemoteConnection) - Method in interface org.eclipse.remote.core.launch.IRemoteLaunchConfigService
-
Sets the active remote connection for the given launch configuration.
- setAttribute(String, String) - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Set an implementation dependent attribute for the connection.
- setBaseDirectory(String) - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Set the base directory to be used for relative paths..
- setBrowseMessage(String) - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Set the message that will be displayed in the remote directory browser dialog.
- setBrowseMessage(String) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Set the message that will be displayed in the remote file browser dialog.
- setClientOutputStream(OutputStream) - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
- setConnection(String, String) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Set the connection that should be selected in the widget.
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Set the connection for the browser.
- setConnection(IRemoteConnection) - Method in interface org.eclipse.remote.ui.IRemoteUIFileService
-
Set the connection to use for file browsing.
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.RemoteUIFileService
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
-
Set the connection that should be selected in the widget.
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Set the remote connection to use for browsing for the remote directory.
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Set the remote connection to use for browsing for the remote file.
- setConnection(IRemoteConnection) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Set the connection for the browser.
- setConnection(IRemoteConnectionWorkingCopy) - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
- setConnection(IRemoteConnectionWorkingCopy) - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionWizard
-
Set a connection containing the information to be edited by the wizard.
- setConnectionName(String) - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
- setConnectionName(String) - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionWizard
-
Set the initial name of the connection.
- setEnabled(boolean) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget
- setEnabled(boolean) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget.WidgetListener
-
Set listener enabled state
- setEnabled(boolean) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
- setHostname(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the hostname associated with this connection.
- setHostname(String) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- setInitialPath(String) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Set the initial path to start browsing.
- setInitialPath(String) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Set the initial path to start browsing.
- setInvalidConnectionNames(Set<String>) - Method in class org.eclipse.remote.serial.ui.NewSerialPortConnectionWizard
- setInvalidConnectionNames(Set<String>) - Method in interface org.eclipse.remote.ui.IRemoteUIConnectionWizard
-
Supply a set of connection names that are invalid.
- setLabel(String) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Set the label to be displayed
- setLocationPath(String) - Method in class org.eclipse.remote.ui.widgets.RemoteDirectoryWidget
-
Set the initial remote location that will be displayed in the widget.
- setLocationPath(String) - Method in class org.eclipse.remote.ui.widgets.RemoteFileWidget
-
Set the initial remote location that will be displayed in the widget.
- setName(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Set the name for this connection
- setPassphrase(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the pass phrase associated with this connection.
- setPassphrase(String) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- setPassword(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the password associated with this connection.
- setPassword(String) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- setPort(int) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the port used for the connection.
- setPort(int) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- setResource(IResource) - Method in interface org.eclipse.remote.core.IRemoteResource
-
Set the platform resource
- setRunnableContext(IRunnableContext) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
- setSecureAttribute(String, String) - Method in interface org.eclipse.remote.core.IRemoteConnectionWorkingCopy
-
Set an attribute such as a password that's stored in secure storage.
- setTerminalSize(int, int) - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This method sets the terminal width and height to the supplied values.
- setTerminalSize(int, int, int, int) - Method in interface org.eclipse.remote.core.IRemoteProcessTerminalService
-
Change the terminal window dimension interactively.
- setTimeout(int) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the timeout used when establishing the connection.
- setTimeout(int) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- setTitle(String) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Set the fDialogTitle of the dialog.
- setTitle(String) - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Set the fDialogTitle of the dialog.
- setType() - Method in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Set the type of browser.
- setType(int) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Set the type of browser.
- setupAction(String, String, String, String, String, boolean) - Method in class org.eclipse.remote.console.actions.ConsoleAction
- setupAction(String, String, String, String, String, boolean, ImageRegistry) - Method in class org.eclipse.remote.console.actions.ConsoleAction
- setupAction(String, String, ImageDescriptor, ImageDescriptor, ImageDescriptor, boolean) - Method in class org.eclipse.remote.console.actions.ConsoleAction
- setUseLoginShell(boolean) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the flag indicating a login shell should be stated for this connection.
- setUseLoginShell(boolean) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- setUsePassword(boolean) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the connection to try password authentication first.
- setUsePassword(boolean) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- setUsername(String) - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Set the username associated with this connection.
- setUsername(String) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- setWorkingDirectory(String) - Method in interface org.eclipse.remote.core.IRemoteProcessService
-
Set the working directory while the connection is open.
- shell - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds a reference to the
TelnetCommandShell
. - SHOW_CONNECTIONS - Static variable in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Display widget to select a connection
- SHOW_HIDDEN_CHECKBOX - Static variable in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Display checkbox to show/hide hidden files
- SHOW_LOCAL_SELECTION - Static variable in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Show local selection button
- SHOW_NEW_FOLDER_BUTTON - Static variable in class org.eclipse.remote.ui.widgets.RemoteResourceBrowserWidget
-
Display button to create new folders
- showConnections(boolean) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Show available connections on browser if possible (default disabled).
- showConnections(boolean) - Method in interface org.eclipse.remote.ui.IRemoteUIFileService
-
Show a list of available connections if possible.
- showConnections(boolean) - Method in class org.eclipse.remote.ui.RemoteUIFileService
- showHiddenCheckbox(boolean) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Enable a checkbox to show hidden files (default enabled)
- showLocalSelection(boolean) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Enable selection of local files
- showNewFolderButton(boolean) - Method in class org.eclipse.remote.ui.dialogs.RemoteResourceBrowser
-
Enable a button to create new folders (default enabled)
- socket - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This method holds the Socket object for the TELNET connection.
- start() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- start() - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Starts a new process using the attributes of this process builder.
- start(int) - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- start(int) - Method in interface org.eclipse.remote.core.IRemoteProcessBuilder
-
Starts a new process using the attributes of this process builder.
- STATE_DO_RECEIVED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was DO code.
- STATE_DONT_RECEIVED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was DONT code.
- STATE_IAC_RECEIVED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was IAC code.
- STATE_INITIAL - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Initial state.
- STATE_RECEIVING_SUBNEGOTIATION - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Currently receiving sub-negotiation data.
- STATE_SUBNEGOTIATION_STARTED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was SB.
- STATE_WILL_RECEIVED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was WILL code.
- STATE_WONT_RECEIVED - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
TELNET connection state: Last byte processed was WONT code.
- STOP - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
- STOP_BITS_ATTR - Static variable in interface org.eclipse.remote.serial.core.ISerialPortService
T
- TELNET_AO - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Abort Output.
- TELNET_AYT - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Are You There.
- TELNET_BREAK - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Break.
- TELNET_DM - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Data Mark.
- TELNET_DO - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Do.
- TELNET_DONT - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Don't.
- TELNET_EC - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Erase Character.
- TELNET_EL - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Erase Line.
- TELNET_GA - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Go Ahead.
- TELNET_IAC - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Interpret As Command.
- TELNET_IP - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Interrupt Process.
- TELNET_IS - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: IS.
- TELNET_NOP - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: No-op.
- TELNET_OPTION_ECHO - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Option code: Echo option.
- TELNET_OPTION_NAWS - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Option code: Negotitate About Window Size (NAWS)
- TELNET_OPTION_SUPPRESS_GA - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Option code: Suppress Go Ahead option.
- TELNET_OPTION_TERMINAL_TYPE - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Option code: Terminal Type
- TELNET_OPTION_TRANSMIT_BINARY - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Option code: Transmit Binary option.
- TELNET_SB - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Subnegotiation Begin.
- TELNET_SE - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Subnegotiation End.
- TELNET_SEND - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: SEND.
- TELNET_WILL - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Will.
- TELNET_WONT - Static variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Command code: Won't.
- TelnetCommandShell - Class in org.eclipse.remote.telnet.core
- TelnetCommandShell(IRemoteConnection, TelnetConnection) - Constructor for class org.eclipse.remote.telnet.core.TelnetCommandShell
- TelnetConnection - Class in org.eclipse.remote.telnet.core
- TelnetConnection.Factory - Class in org.eclipse.remote.telnet.core
- TelnetProtocol - Class in org.eclipse.remote.telnet.core
-
This class encapsulates a TELNET connection to a remote server.
- TelnetProtocol(Socket, TelnetCommandShell) - Constructor for class org.eclipse.remote.telnet.core.TelnetProtocol
-
This constructor just initializes some internal object state from its arguments.
- telnetServerDetected() - Method in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This method is called whenever we receive a valid TELNET protocol command from the remote endpoint.
- telnetState - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
Holds the current state of the TELNET protocol processor.
- TERM - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
- TerminalConsoleUtility - Class in org.eclipse.remote.console
-
A collection of public API utility methods to open consoles to IRemoteConnection objects
- TerminalConsoleUtility() - Constructor for class org.eclipse.remote.console.TerminalConsoleUtility
- terminated() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- terminated(TelnetCommandShell) - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- test(Object, String, Object[], Object) - Method in class org.eclipse.remote.core.RemoteConnectionPropertyTester
- TIMEOUT_ATTR - Static variable in class org.eclipse.remote.telnet.core.TelnetConnection
- toPath(URI) - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Convert URI to a remote path.
- toString() - Method in class org.eclipse.remote.core.AbstractRemoteProcessBuilder
- toURI(String) - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Convert string representation of a remote path to equivalent URI.
- toURI(IPath) - Method in interface org.eclipse.remote.core.IRemoteFileService
-
Convert remote path to equivalent URI.
- toURI(IPath) - Static method in class org.eclipse.remote.core.RemoteServicesUtils
-
Convert a UNC path to a URI Maps the UNC server component to a connection known by one of the remote service implementations.
- TSTP - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
U
- UnableToForwardPortException - Exception Class in org.eclipse.remote.core.exception
-
Exception thrown when a port is unable to be forwarded.
- UnableToForwardPortException(String) - Constructor for exception class org.eclipse.remote.core.exception.UnableToForwardPortException
- UnableToForwardPortException(String, Throwable) - Constructor for exception class org.eclipse.remote.core.exception.UnableToForwardPortException
- UnableToForwardPortException(Throwable) - Constructor for exception class org.eclipse.remote.core.exception.UnableToForwardPortException
- update() - Method in class org.eclipse.remote.serial.ui.SerialPortConnectionBlock.SerialBlockUpdateListener
- useLoginShell() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Obtain the flag that indicates a login shell should be started once the connection is established
- useLoginShell() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- usePassword() - Method in interface org.eclipse.remote.core.IRemoteConnectionHostService
-
Get the value of the use password authentication flag.
- usePassword() - Method in class org.eclipse.remote.telnet.core.TelnetConnection
- USER_HOME_PROPERTY - Static variable in interface org.eclipse.remote.core.IRemoteConnection
- USERNAME_ATTR - Static variable in class org.eclipse.remote.telnet.core.TelnetConnection
- USR1 - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
- USR2 - Static variable in interface org.eclipse.remote.core.IRemoteProcessSignalService
W
- waitFor() - Method in interface org.eclipse.remote.core.IRemoteProcess
-
Wait until the process has terminated Note: some implementations (e.g.
- waitFor() - Method in interface org.eclipse.remote.core.IRemoteProcessControlService
-
Wait until the process has terminated
- waitFor() - Method in class org.eclipse.remote.core.RemoteProcessAdapter
- waitFor() - Method in class org.eclipse.remote.serial.core.SerialPortCommandShell
- waitFor() - Method in class org.eclipse.remote.telnet.core.TelnetCommandShell
- WARNING - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
Constant for a warning dialog (value 4).
- widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget.WidgetListener
- WidgetListener() - Constructor for class org.eclipse.remote.ui.widgets.RemoteConnectionWidget.WidgetListener
- widgetSelected(SelectionEvent) - Method in class org.eclipse.remote.ui.widgets.RemoteConnectionWidget.WidgetListener
- width - Variable in class org.eclipse.remote.telnet.core.TelnetProtocol
-
This field holds the width of the Terminal screen in columns.
- workingCopy - Variable in class org.eclipse.remote.serial.ui.SerialPortConnectionPropertyPage
Y
- YES - Static variable in interface org.eclipse.remote.core.IUserAuthenticatorService
-
ID for a "Yes" response (value 2).
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form