org.eclipse.rse.services.shells
Interface IHostShell
-
All Known Implementing Classes:
-
AbstractHostShell
-
public interface IHostShell
isActive
boolean isActive()
-
writeToShell
void writeToShell(
String command)
-
addOutputListener
void addOutputListener(
IHostShellOutputListener listener)
-
getStandardOutputReader
IHostShellOutputReader getStandardOutputReader()
-
getStandardErrorReader
IHostShellOutputReader getStandardErrorReader()
-
exit
void exit()
-
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.