Package com.liferay.petra.process
Class CollectorOutputProcessor
java.lang.Object
com.liferay.petra.process.CollectorOutputProcessor
- All Implemented Interfaces:
OutputProcessor<byte[],
byte[]>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
processStdErr
(InputStream stdErrInputStream) byte[]
processStdOut
(InputStream stdOutInputStream)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
CollectorOutputProcessor
public CollectorOutputProcessor()
-
-
Method Details
-
processStdErr
- Specified by:
processStdErr
in interfaceOutputProcessor<byte[],
byte[]> - Throws:
ProcessException
-
processStdOut
- Specified by:
processStdOut
in interfaceOutputProcessor<byte[],
byte[]> - Throws:
ProcessException
-