org.codehaus.plexus.util.cli.shell

Class CommandShell

Implemented Interfaces:
Cloneable

public class CommandShell
extends Shell

Implementation to call the Command.com Shell present on Windows 95, 98 and Me
Version:
$Id: CommandShell.java 5958 2007-02-28 10:29:55Z olamy $
Author:
Carlos Sanchez
Since:
1.2

Constructor Summary

CommandShell()

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

CommandShell

public CommandShell()