Class CommandlineStreams
java.lang.Object
org.apache.maven.surefire.extensions.util.CommandlineStreams
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final ReadableByteChannelprivate final WritableByteChannelprivate final ReadableByteChannel -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stdOutChannel
-
stdErrChannel
-
stdInChannel
-
closed
private volatile boolean closed
-
-
Constructor Details
-
CommandlineStreams
-
-
Method Details
-
getStdOutChannel
-
getStdErrChannel
-
getStdInChannel
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-