Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse RSE Development Guide
Previous Page Home Next Page

RSE Remote Resource API

RSE supplies subsystems for accessing the file system and for executing commands, for all system types ("universally").

To programmatically access the files in a remote system identified by a particular system connection, use the system registry to get to the file subsystem for that connection, by passing in the file category as a String. This file subsystem offers methods for accessing the remote files.

Similarly, to programmatically run commands in a remote system identified by a particular system connection, use the system registry to get to the command subsystem for that connection, by passing in the command category as a String. This command subsystem offers methods for running remote commands, either in a new command shell or an existing command shell. You can also set environment variables using this subsytem object.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire