From 625103658e08cf442b48bbd3cf2b5fc8e68db10a Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 8 Aug 2006 08:59:05 +0000 Subject: [PATCH] Improve javadoc comments --- .../shells/core/subsystems/IRemoteCommandShell.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCommandShell.java b/rse/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCommandShell.java index 0a9acae4300..80f845659bd 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCommandShell.java +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCommandShell.java @@ -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();