public class CmdShell extends Shell
Implementation to call the CMD Shell present on Windows NT, 2000 and XP
| Constructor and Description |
|---|
CmdShell() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getCommandLine(java.lang.String executable,
java.lang.String[] arguments)
Specific implementation that quotes the all the command line
|
getShellArgs, getShellCommand, getShellCommandLine, setShellArgs, setShellCommandpublic java.util.List getCommandLine(java.lang.String executable,
java.lang.String[] arguments)
getCommandLine in class Shellexecutable - executable that the shell has to callarguments - arguments for the executable, not the shellCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.