Class CommandlineStreams
- java.lang.Object
-
- org.apache.maven.surefire.extensions.util.CommandlineStreams
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public final class CommandlineStreams extends java.lang.Object implements java.io.Closeable
-
-
Constructor Summary
Constructors Constructor Description CommandlineStreams(java.lang.Process process)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.nio.channels.ReadableByteChannelgetStdErrChannel()java.nio.channels.WritableByteChannelgetStdInChannel()java.nio.channels.ReadableByteChannelgetStdOutChannel()
-
-
-
Method Detail
-
getStdOutChannel
public java.nio.channels.ReadableByteChannel getStdOutChannel()
-
getStdErrChannel
public java.nio.channels.ReadableByteChannel getStdErrChannel()
-
getStdInChannel
public java.nio.channels.WritableByteChannel getStdInChannel()
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-