Liferay 6.2-ce-ga5

com.liferay.portal.kernel.process
Class LoggingOutputProcessor

java.lang.Object
  extended by com.liferay.portal.kernel.process.LoggingOutputProcessor
All Implemented Interfaces:
OutputProcessor<Void,Void>

public class LoggingOutputProcessor
extends Object
implements OutputProcessor<Void,Void>


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

Constructor Detail

LoggingOutputProcessor

public LoggingOutputProcessor()
Method Detail

processStdErr

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

processStdOut

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

Liferay 6.2-ce-ga5