Java org.apache.commons.exec PumpStreamHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.exec PumpStreamHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.exec PumpStreamHandler.

The text is from its open source code.

Subclass

org.apache.commons.exec.PumpStreamHandler has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetProcessInputStream(final OutputStream os)
Set the OutputStream by means of which input can be sent to the process.
voidsetStopTimeout(final long timeout)
Set maximum time to wait until output streams are exchausted when #stop() was called.
voidstart()
Start the Threads.
voidstop()
Stop pumping the streams.