|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.uima.pear.util.ProcessUtil
public class ProcessUtil
The ProcessUtil
class encapsulates utilities that help in dealing with
Process
objects.
Nested Class Summary | |
---|---|
static class |
ProcessUtil.Runner
The ProcessUtil.Runner class allows collecting, printing and distributing
console output (stdout and stderr) of the specified Process without blocking the
caller. |
static interface |
ProcessUtil.StdStreamListener
The StdStreamListener interface defines 2 methods that should be implemented by
a standard stream listener to get console messages ('stderr' and 'stdout' streams) printed by
selected process. |
Constructor Summary | |
---|---|
ProcessUtil()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessUtil()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |