RSE
Release 1.0

org.eclipse.rse.services.local.shells
Class LocalHostShell

java.lang.Object
  extended byorg.eclipse.rse.services.shells.AbstractHostShell
      extended byorg.eclipse.rse.services.local.shells.LocalHostShell
All Implemented Interfaces:
IHostShell

public class LocalHostShell
extends AbstractHostShell
implements IHostShell


Constructor Summary
LocalHostShell(String initialWorkingDirectory, String invocation, String encoding, String[] environment)
           
 
Method Summary
 void exit()
           
 IHostShellOutputReader getStandardErrorReader()
           
 IHostShellOutputReader getStandardOutputReader()
           
 boolean isActive()
           
protected  void run(IProgressMonitor monitor)
           
 void writeToShell(String command)
           
 
Methods inherited from class org.eclipse.rse.services.shells.AbstractHostShell
addOutputListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.rse.services.shells.IHostShell
addOutputListener
 

Constructor Detail

LocalHostShell

public LocalHostShell(String initialWorkingDirectory,
                      String invocation,
                      String encoding,
                      String[] environment)
Method Detail

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

RSE
Release 1.0

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