RSE
Release 3.4

org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
Interface IServiceCommandShell

All Superinterfaces:
IHostShellOutputListener, IRemoteCommandShell
All Known Implementing Classes:
ServiceCommandShell

public interface IServiceCommandShell
extends IRemoteCommandShell, IHostShellOutputListener


Method Summary
 IHostShell getHostShell()
           
 void writeToShell(String cmd)
           
 
Methods inherited from interface org.eclipse.rse.subsystems.shells.core.subsystems.IRemoteCommandShell
addOutput, associateProject, getAssociatedProject, getCandidateCommands, getCommandSubSystem, getContext, getContextString, getFileSubSystem, getHistory, getId, getIndexOf, getName, getOutputAt, getSize, getType, isActive, listOutput, removeOutput, removeOutput, updateHistory
 
Methods inherited from interface org.eclipse.rse.services.shells.IHostShellOutputListener
shellOutputChanged
 

Method Detail

getHostShell

IHostShell getHostShell()

writeToShell

void writeToShell(String cmd)

RSE
Release 3.4

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