Package org.apache.uima.pear.util
Class ProcessUtil
- java.lang.Object
-
- org.apache.uima.pear.util.ProcessUtil
-
public class ProcessUtil extends java.lang.ObjectTheProcessUtilclass encapsulates utilities that help in dealing withProcessobjects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessUtil.RunnerTheProcessUtil.Runnerclass allows collecting, printing and distributing console output (stdout and stderr) of the specifiedProcesswithout blocking the caller.static interfaceProcessUtil.StdStreamListenerTheStdStreamListenerinterface 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
Constructors Constructor Description ProcessUtil()
-