RSE
Release 3.0

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

public boolean isActive()

writeToShell

public void writeToShell(String command)

addOutputListener

public void addOutputListener(IHostShellOutputListener listener)

getStandardOutputReader

public IHostShellOutputReader getStandardOutputReader()

getStandardErrorReader

public IHostShellOutputReader getStandardErrorReader()

exit

public void exit()

RSE
Release 3.0

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