RSE
Release 1.0

org.eclipse.rse.subsystems.shells.dstore.model
Class DStoreServiceCommandShell

java.lang.Object
  extended byorg.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCommandShell
      extended byorg.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem.ServiceCommandShell
          extended byorg.eclipse.rse.subsystems.shells.dstore.model.DStoreServiceCommandShell
All Implemented Interfaces:
IAdaptable, IHostShellOutputListener, IRemoteCommandShell, IServiceCommandShell

public class DStoreServiceCommandShell
extends ServiceCommandShell


Field Summary
 
Fields inherited from class org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem.ServiceCommandShell
_hostShell, _lastRefreshJob
 
Fields inherited from class org.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCommandShell
_cmdHistory, _cmdSubSystem, _cwd, _fileSubSystem, _id, _name, _output, _project, _type
 
Constructor Summary
DStoreServiceCommandShell(IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 
Method Summary
 Object getContext()
          Get the current context for this command shell.
 void shellOutputChanged(IHostShellChangeEvent event)
           
 
Methods inherited from class org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem.ServiceCommandShell
getCandidateCommands, getHostShell, getTitle, isActive, writeToShell
 
Methods inherited from class org.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCommandShell
addOutput, associateProject, getAdapter, getAssociatedProject, getCommandSubSystem, getFileSubSystem, getHistory, getId, getIndexOf, getName, getOutputAt, getRoots, getSize, getType, getWorkingDirectory, isWindows, listOutput, removeOutput, removeOutput, setName, setType, setWorkingDirectory, updateHistory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.rse.subsystems.shells.core.subsystems.IRemoteCommandShell
addOutput, associateProject, getAssociatedProject, getCommandSubSystem, getFileSubSystem, getHistory, getId, getIndexOf, getName, getOutputAt, getSize, getType, listOutput, removeOutput, removeOutput, updateHistory
 

Constructor Detail

DStoreServiceCommandShell

public DStoreServiceCommandShell(IRemoteCmdSubSystem cmdSS,
                                 IHostShell hostShell)
Method Detail

getContext

public Object getContext()
Description copied from interface: IRemoteCommandShell
Get the current context for this command shell. In the case of a unix shell, this will be the working directory as an

Returns:
the current working directory

shellOutputChanged

public void shellOutputChanged(IHostShellChangeEvent event)
Specified by:
shellOutputChanged in interface IHostShellOutputListener
Overrides:
shellOutputChanged in class ServiceCommandShell

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.