Class CommandShell
java.lang.Object
org.apache.maven.shared.utils.cli.shell.Shell
org.apache.maven.shared.utils.cli.shell.CommandShell
- All Implemented Interfaces:
Cloneable
Deprecated.
Implementation to call the Command.com Shell present on Windows 95, 98 and Me
- Author:
- Carlos Sanchez
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.shared.utils.cli.shell.Shell
clone, getExecutable, getShellCommandLine, getWorkingDirectory, isDoubleQuotedArgumentEscaped, isSingleQuotedArgumentEscaped, isUnconditionalQuoting, quoteOneItem, setExecutable, setQuotedArgumentsEnabled, setUnconditionalQuoting, setWorkingDirectory, setWorkingDirectory
-
Constructor Details
-
CommandShell
public CommandShell()Deprecated.Create an instance.
-
CmdShell
.