public class ProcessUtil extends Object
ProcessUtil class encapsulates utilities that help in dealing with
 Process objects.| Modifier and Type | Class and Description | 
|---|---|
| static class  | ProcessUtil.RunnerThe  ProcessUtil.Runnerclass allows collecting, printing and distributing
 console output (stdout and stderr) of the specifiedProcesswithout blocking the
 caller. | 
| static interface  | ProcessUtil.StdStreamListenerThe  StdStreamListenerinterface 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 and Description | 
|---|
| ProcessUtil() | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.