Class SplitConsole.DefaultStatusLine
java.lang.Object
org.jdrupes.builder.core.console.SplitConsole.DefaultStatusLine
- All Implemented Interfaces:
AutoCloseable, StatusLine
- Enclosing class:
SplitConsole
Represents a status line for outputs from the current thread.
-
Field Summary
Fields inherited from interface StatusLine
NOOP_STATUS_LINE -
Method Summary
-
Method Details
-
update
Update.- Specified by:
updatein interfaceStatusLine- Parameters:
text- the textargs- the args
-
writer
Writer.- Specified by:
writerin interfaceStatusLine- Parameters:
prefix- the prefix- Returns:
- the prints the writer
-
close
Deallocate the line for outputs from the current thread.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceStatusLine
-