Class ThreadOutputMuxer.ConsolePrinter
- java.lang.Object
-
- org.apache.maven.lifecycle.internal.builder.multithreaded.ThreadOutputMuxer.ConsolePrinter
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ThreadOutputMuxer
class ThreadOutputMuxer.ConsolePrinter extends java.lang.Object implements java.lang.Runnable
A simple but safe solution for printing to the console.
-
-
Field Summary
Fields Modifier and Type Field Description private ProjectBuildList
projectBuildList
private boolean
running
-
Constructor Summary
Constructors Constructor Description ConsolePrinter(ProjectBuildList projectBuildList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
waitUntilRunning(boolean expect)
-
-
-
Field Detail
-
running
private volatile boolean running
-
projectBuildList
private final ProjectBuildList projectBuildList
-
-
Constructor Detail
-
ConsolePrinter
ConsolePrinter(ProjectBuildList projectBuildList)
-
-