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 |
|---|---|
List |
getCommandLine(String executable,
String[] arguments)
Specific implementation that quotes the all the command line
|
getShellArgs, getShellCommand, getShellCommandLine, setShellArgs, setShellCommandpublic List getCommandLine(String executable, String[] arguments)
getCommandLine in class Shellexecutable - executable that the shell has to callarguments - arguments for the executable, not the shellCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.