|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsav.z.Status
sav.z.LineStatus
sav.z.ConsoleLineStatus
Need for setting connection of Session's LineStatuses with
the System.out standard output stream.
Session.setScriptLineStatus(sav.z.LineStatus),
Session.setDataLineStatus(sav.z.LineStatus)| Constructor Summary | |
ConsoleLineStatus()
Constructs a LineStatus printed to the System.out.
|
|
ConsoleLineStatus(int logInterval)
Constructs a LineStatus printed to the System.out. |
|
| Method Summary | |
void |
flush()
Flushes printable buffer area. |
void |
println(java.lang.String s)
Prints line of s string. |
| Methods inherited from class sav.z.LineStatus |
clear, getNumber, set, set, setInfo, setLogInterval |
| Methods inherited from class sav.z.Status |
date, get, useDate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConsoleLineStatus()
System.out.
By default all the line numbers are printed
public ConsoleLineStatus(int logInterval)
System.out.
logInterval - quantity of lines for those only first line number
is printed| Method Detail |
public void println(java.lang.String s)
s string.
println in interface Printerprintln in class LineStatusLineStatus.set(int)public void flush()
flush in interface Printerflush in class LineStatusLineStatus.clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||