org.apache.maven.it.util.cli.shell
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, setShellCommand
public java.util.List getCommandLine(java.lang.String executable, java.lang.String[] arguments)
getCommandLine
in class Shell
executable
- executable that the shell has to callarguments
- arguments for the executable, not the shellCopyright © 2014. All Rights Reserved.