Liferay 7.0-ce-b4

com.liferay.portal.kernel.process
Class CollectorOutputProcessor

java.lang.Object
  extended by com.liferay.portal.kernel.process.CollectorOutputProcessor
All Implemented Interfaces:
OutputProcessor<byte[],byte[]>

public class CollectorOutputProcessor
extends Object
implements OutputProcessor<byte[],byte[]>


Constructor Summary
CollectorOutputProcessor()
           
 
Method Summary
 byte[] processStdErr(InputStream stdErrInputStream)
           
 byte[] processStdOut(InputStream stdOutInputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectorOutputProcessor

public CollectorOutputProcessor()
Method Detail

processStdErr

public byte[] processStdErr(InputStream stdErrInputStream)
                     throws ProcessException
Specified by:
processStdErr in interface OutputProcessor<byte[],byte[]>
Throws:
ProcessException

processStdOut

public byte[] processStdOut(InputStream stdOutInputStream)
                     throws ProcessException
Specified by:
processStdOut in interface OutputProcessor<byte[],byte[]>
Throws:
ProcessException

Liferay 7.0-ce-b4