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, setShellCommand
public List getCommandLine(String executable, String[] arguments)
getCommandLine
in class Shell
executable
- executable that the shell has to callarguments
- arguments for the executable, not the shellCopyright © 2002-2012 Apache Software Foundation. All Rights Reserved.