Package org.apache.uima.pear.util
Class ProcessUtil
java.lang.Object
org.apache.uima.pear.util.ProcessUtil
The
ProcessUtil
class encapsulates utilities that help in dealing with
Process
objects.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
TheProcessUtil.Runner
class allows collecting, printing and distributing console output (stdout and stderr) of the specifiedProcess
without blocking the caller.static interface
TheStdStreamListener
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
-
Method Summary
-
Constructor Details
-
ProcessUtil
public ProcessUtil()
-