org.apache.maven.surefire.booter.shell
Class CommandShell

java.lang.Object
  extended by org.apache.maven.surefire.booter.shell.Shell
      extended by org.apache.maven.surefire.booter.shell.CommandShell

public class CommandShell
extends Shell

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

Author:
Carlos Sanchez

Constructor Summary
CommandShell()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.surefire.booter.shell.Shell
getCommandLine, 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

CommandShell

public CommandShell()


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.