com.liferay.portal.kernel.process
Class CollectorOutputProcessor
java.lang.Object
com.liferay.portal.kernel.process.CollectorOutputProcessor
- All Implemented Interfaces:
- OutputProcessor<byte[],byte[]>
public class CollectorOutputProcessor
- extends Object
- implements OutputProcessor<byte[],byte[]>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectorOutputProcessor
public CollectorOutputProcessor()
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