1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

Improve javadoc comments

This commit is contained in:
Martin Oberhuber 2006-08-08 08:59:05 +00:00
parent a8925af740
commit 625103658e

View file

@ -54,7 +54,13 @@ public interface IRemoteCommandShell
/**
* Get the current context for this command shell. In the case of a unix shell, this
* will be the working directory
* will be the working directory as an
* @see org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile.
*
* This is used in order to store the state of the current shell on disconnect,
* such that the same directory can be set on reconnect. It may also be used
* as input for content assist.
*
* @return the current context
*/
public Object getContext();