org.apache.maven.shared.utils.cli.shell
Class CommandShell

java.lang.Object
  extended by org.apache.maven.shared.utils.cli.shell.Shell
      extended by org.apache.maven.shared.utils.cli.shell.CommandShell
All Implemented Interfaces:
Cloneable

public class CommandShell
extends Shell

Implementation to call the Command.com Shell present on Windows 95, 98 and Me

Author:
Carlos Sanchez

Constructor Summary
CommandShell()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.shared.utils.cli.shell.Shell
clone, getExecutable, getShellCommandLine, getWorkingDirectory, isDoubleQuotedArgumentEscaped, isSingleQuotedArgumentEscaped, setExecutable, setQuotedArgumentsEnabled, setWorkingDirectory, setWorkingDirectory
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandShell

public CommandShell()


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.