org.codehaus.plexus.util.cli.shell

Class CmdShell

Implemented Interfaces:
Cloneable

public class CmdShell
extends Shell

Implementation to call the CMD Shell present on Windows NT, 2000 and XP
Version:
$Id: CmdShell.java 5960 2007-02-28 22:35:43Z jdcasey $
Author:
Carlos Sanchez
Since:
1.2

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

Constructor Details

CmdShell

public CmdShell()