Class SplitConsole.StatusLine

java.lang.Object
org.jdrupes.builder.core.console.SplitConsole.StatusLine
All Implemented Interfaces:
AutoCloseable
Enclosing class:
SplitConsole

public final class SplitConsole.StatusLine extends Object implements AutoCloseable
Represents a status line for outputs from the current thread.
  • Method Details

    • update

      public void update(String text)
      Update the text in the status line.
      Parameters:
      text - the text
    • close

      public void close()
      Deallocate the line for outputs from the current thread.
      Specified by:
      close in interface AutoCloseable