Liferay 6.2-ce-ga5

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

All Known Implementing Classes:
ConsumerOutputProcessor, 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 6.2-ce-ga5