org.codehaus.plexus.util.cli.shell
Class CmdShell

java.lang.Object
  extended by org.codehaus.plexus.util.cli.shell.Shell
      extended by org.codehaus.plexus.util.cli.shell.CmdShell
All Implemented Interfaces:
java.lang.Cloneable

public class CmdShell
extends Shell

Implementation to call the CMD Shell present on Windows NT, 2000 and XP

Since:
1.2
Version:
$Id: CmdShell.java 5960 2007-02-28 22:35:43Z jdcasey $
Author:
Carlos Sanchez

Constructor Summary
CmdShell()
           
 
Method Summary
 
Methods inherited from class org.codehaus.plexus.util.cli.shell.Shell
addShellArg, clearArguments, clone, getCommandLine, getExecutable, getOriginalCommandLine, getOriginalExecutable, getShellArgs, getShellArgsList, getShellCommand, getShellCommandLine, getWorkingDirectory, isDoubleQuotedArgumentEscaped, isDoubleQuotedExecutableEscaped, isQuotedArgumentsEnabled, isQuotedExecutableEnabled, isSingleQuotedArgumentEscaped, isSingleQuotedExecutableEscaped, setDoubleQuotedArgumentEscaped, setDoubleQuotedExecutableEscaped, setExecutable, setQuotedArgumentsEnabled, setQuotedExecutableEnabled, setShellArgs, setShellCommand, setSingleQuotedArgumentEscaped, setSingleQuotedExecutableEscaped, setWorkingDirectory, setWorkingDirectory
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdShell

public CmdShell()


Copyright © 2001-2007 Codehaus. All Rights Reserved.