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:
parent
a8925af740
commit
625103658e
1 changed files with 7 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue