RSE
Release 3.4

org.eclipse.rse.services.shells
Interface IHostShell

All Known Implementing Classes:
AbstractHostShell

public interface IHostShell


Method Summary
 void addOutputListener(IHostShellOutputListener listener)
           
 void exit()
           
 IHostShellOutputReader getStandardErrorReader()
           
 IHostShellOutputReader getStandardOutputReader()
           
 boolean isActive()
           
 void writeToShell(String command)
           
 

Method Detail

isActive

boolean isActive()

writeToShell

void writeToShell(String command)

addOutputListener

void addOutputListener(IHostShellOutputListener listener)

getStandardOutputReader

IHostShellOutputReader getStandardOutputReader()

getStandardErrorReader

IHostShellOutputReader getStandardErrorReader()

exit

void exit()

RSE
Release 3.4

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