Liferay 6.2.0

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

All Known Implementing Classes:
ConsumerOutputProcessor, LoggingOutputProcessor

public interface OutputProcessor<O,E>


Method Summary
abstract  E processStdErr(InputStream stdErrInputStream)
           
abstract  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 6.2.0