RSE
Release 3.3

org.eclipse.rse.services.shells
Interface IHostShellOutputReader

All Superinterfaces:
IHostShellOutputNotifier
All Known Implementing Classes:
AbstractHostShellOutputReader

public interface IHostShellOutputReader
extends IHostShellOutputNotifier


Method Summary
 void addOutputListener(IHostShellOutputListener listener)
           
 void finish()
           
 boolean isErrorReader()
           
 IHostOutput readLine()
           
 IHostOutput readLine(int index)
           
 
Methods inherited from interface org.eclipse.rse.services.shells.IHostShellOutputNotifier
fireOutputChanged
 

Method Detail

readLine

IHostOutput readLine()

readLine

IHostOutput readLine(int index)

addOutputListener

void addOutputListener(IHostShellOutputListener listener)

isErrorReader

boolean isErrorReader()

finish

void finish()

RSE
Release 3.3

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