public class SysOutScanner
extends java.lang.Object
Vector outputStack., whichSysOutBoard,
PrintStreamListener,
System.out,
System.err| Constructor and Description |
|---|
SysOutScanner(AwbConsole localConsole)
Constructor of this class, if running local in an application.
|
SysOutScanner(DebugService debugService)
Constructor of this class, if running from the DebugService.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append2Stack(java.lang.String lineOutput)
This method will be used in order to append an output line (System.out or System.err)
to the local outputStack
|
java.util.Vector<java.lang.String> |
getStack()
Can be used in order to get the current outputStack of the local console.
|
public SysOutScanner(DebugService debugService)
debugService - the current DebugServicepublic SysOutScanner(AwbConsole localConsole)
localConsole - the local consolepublic void append2Stack(java.lang.String lineOutput)
lineOutput - the line output to displaypublic java.util.Vector<java.lang.String> getStack()