Class CommandlineStreams
java.lang.Object
org.apache.maven.surefire.extensions.util.CommandlineStreams
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private final ReadableByteChannel
private final WritableByteChannel
private 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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-