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.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 and Description |
---|
ProcessUtil() |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.