public class ProcessUtils extends Object
Constructor and Description |
---|
ProcessUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
escapeCommandLine(String arg)
This should correctly put double-quotes around an argument if
ProcessBuilder doesn't seem to work (as it doesn't
on paths with spaces on Windows)
|
static String |
unescapeCommandLine(String arg) |
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.