org.eclipse.rse.services.ssh.shell
Class SshShellOutputReader
java.lang.Object
java.lang.Thread
org.eclipse.rse.services.shells.AbstractHostShellOutputReader
org.eclipse.rse.services.ssh.shell.SshShellOutputReader
- All Implemented Interfaces:
- IHostShellOutputNotifier, IHostShellOutputReader, Runnable
- public class SshShellOutputReader
- extends AbstractHostShellOutputReader
- implements IHostShellOutputReader
Listener to shell output. As io streams through, refresh events are sent out
for the OutputChangeListener to respond to.
VT100 terminal escape sequences are ignored.
| Methods inherited from class org.eclipse.rse.services.shells.AbstractHostShellOutputReader |
addLine, addOutputListener, finish, fireOutputChanged, getHostShell, getWaitTime, handle, isErrorReader, isFinished, readLine, readLine, run, setLineOffset, setWaitTime |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
fReader
protected BufferedReader fReader
SshShellOutputReader
public SshShellOutputReader(IHostShell hostShell,
BufferedReader reader,
boolean isErrorReader)
dispose
public void dispose()
- Overrides:
dispose in class AbstractHostShellOutputReader
internalReadLine
protected IHostOutput internalReadLine()
- Specified by:
internalReadLine in class AbstractHostShellOutputReader
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.