public abstract class AbstractProcessReader extends Object implements Runnable
Runnable
that reads the output of an ActiveProcess
.Modifier and Type | Field and Description |
---|---|
protected InputStream |
is
The
InputStream from which the output of the process will be
read. |
protected static org.apache.log4j.Logger |
log |
Constructor and Description |
---|
AbstractProcessReader() |
protected static final org.apache.log4j.Logger log
protected InputStream is
InputStream
from which the output of the process will be
read.public void start(InputStream is)
InputStream
.is
- The input stream from which the output of the process will
be read.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.