public class ExecUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ExecUtil.Redirection |
Modifier and Type | Field and Description |
---|---|
static int |
BLOCK_SIZE |
Constructor and Description |
---|
ExecUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
execute(java.lang.String[] cmd,
java.io.OutputStream std,
java.io.OutputStream err) |
static void |
quietlyClose(java.io.Reader reader) |
static void |
quietlyClose(java.io.Writer writer) |
public static final int BLOCK_SIZE