|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.booter.shell.Shell
org.apache.maven.surefire.booter.shell.CmdShell
public class CmdShell
Class with patches copied from plexus-utils with fix for PLX-161, as we can not upgrade plexus-utils until it's upgraded in core Maven TODO deprecate when plexus-utils 1.2 can be used
| Constructor Summary | |
|---|---|
CmdShell()
|
|
| Method Summary | |
|---|---|
java.util.List |
getCommandLine(java.lang.String executable,
java.lang.String[] arguments)
Specific implementation that quotes the all the command line |
| Methods inherited from class org.apache.maven.surefire.booter.shell.Shell |
|---|
getShellArgs, getShellCommand, getShellCommandLine, setShellArgs, setShellCommand |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmdShell()
| Method Detail |
|---|
public 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 shell
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||