Package com.liferay.petra.process
Interface OutputProcessor<O,E>
- All Known Implementing Classes:
CollectorOutputProcessor,ConsumerOutputProcessor,EchoOutputProcessor,LoggingOutputProcessor
public interface OutputProcessor<O,E>
-
Method Summary
Modifier and TypeMethodDescriptionprocessStdErr(InputStream stdErrInputStream) processStdOut(InputStream stdOutInputStream)
-
Method Details
-
processStdErr
- Throws:
ProcessException
-
processStdOut
- Throws:
ProcessException
-