|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Sav.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)
Fields inherited from class Sav.Z.Status |
content |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConsoleLineStatus()
System.out
.
By default all the line numbers are printedpublic ConsoleLineStatus(int logInterval)
System.out
.logInterval
- quantity of lines for those only first line number
is printedMethod Detail |
public void println(java.lang.String s)
s
string.println
in class LineStatus
Sav.Z.LineStatus
LineStatus.set(int)
public void flush()
flush
in class LineStatus
Sav.Z.LineStatus
LineStatus.clear()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |