public final class ExecUtil
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static char | 
argQuoteChar
Default OS character for quoting arguments to commands 
 | 
static java.lang.String | 
argQuoteString
Default OS character for quoting arguments to commands 
 | 
static boolean | 
quoteArgs
Should we quote arguments at all 
 | 
static boolean | 
quoteExec
Should we quote the name of the command to execute with Runtime.exec 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
adjustArgument(java.lang.String arg)  | 
static java.lang.String[] | 
cleanUpCommand(java.lang.String[] command)  | 
static java.lang.String[] | 
getExecCommandArray(java.lang.String[] cmd)  | 
public static final boolean quoteExec
public static final boolean quoteArgs
public static final char argQuoteChar
public static final java.lang.String argQuoteString