Class CloseableDaemonThread

java.lang.Object
java.lang.Thread
org.apache.maven.surefire.extensions.CloseableDaemonThread
All Implemented Interfaces:
Closeable, AutoCloseable, Runnable, Stoppable
Direct Known Subclasses:
LineConsumerThread

public abstract class CloseableDaemonThread extends Thread implements Stoppable
The base thread class used to handle a stream, transforms the stream to an object.
  • Constructor Details

    • CloseableDaemonThread

      protected CloseableDaemonThread(@Nonnull String threadName)