Liferay 7.0-ce-b4

com.liferay.portal.kernel.process
Interface OutputProcessor<O,E>

All Known Implementing Classes:
CollectorOutputProcessor, ConsumerOutputProcessor, EchoOutputProcessor, LoggingOutputProcessor

public interface OutputProcessor<O,E>


Method Summary
 E processStdErr(InputStream stdErrInputStream)
           
 O processStdOut(InputStream stdOutInputStream)
           
 

Method Detail

processStdErr

E processStdErr(InputStream stdErrInputStream)
                throws ProcessException
Throws:
ProcessException

processStdOut

O processStdOut(InputStream stdOutInputStream)
                throws ProcessException
Throws:
ProcessException

Liferay 7.0-ce-b4