Class ThreadedStreamConsumer
java.lang.Object
org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.maven.shared.utils.cli.StreamConsumer
public final class ThreadedStreamConsumer
extends Object
implements org.apache.maven.shared.utils.cli.StreamConsumer, Closeable
Knows how to reconstruct *all* the state transmitted over stdout by the forked process.
- Author:
- Kristian Rosenvold
-
Constructor Summary
ConstructorsConstructorDescriptionThreadedStreamConsumer
(org.apache.maven.shared.utils.cli.StreamConsumer target) -
Method Summary
-
Constructor Details
-
Method Details
-
consumeLine
- Specified by:
consumeLine
in interfaceorg.apache.maven.shared.utils.cli.StreamConsumer
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-