org.eclipse.rse.services.local.shells
Class LocalHostShell
java.lang.Object
org.eclipse.rse.services.shells.AbstractHostShell
org.eclipse.rse.services.local.shells.LocalHostShell
- All Implemented Interfaces:
- IHostShell
- public class LocalHostShell
- extends AbstractHostShell
- implements IHostShell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalHostShell
public LocalHostShell(String initialWorkingDirectory,
String invocation,
String encoding,
String[] environment)
run
protected void run(IProgressMonitor monitor)
isActive
public boolean isActive()
- Specified by:
isActive in interface IHostShell
writeToShell
public void writeToShell(String command)
- Specified by:
writeToShell in interface IHostShell
getStandardOutputReader
public IHostShellOutputReader getStandardOutputReader()
- Specified by:
getStandardOutputReader in interface IHostShell
getStandardErrorReader
public IHostShellOutputReader getStandardErrorReader()
- Specified by:
getStandardErrorReader in interface IHostShell
exit
public void exit()
- Specified by:
exit in interface IHostShell
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.