org.eclipse.rse.services.shells
Interface IHostShell
- All Known Implementing Classes:
- AbstractHostShell
- public interface IHostShell
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()
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.