Class CommandShell
- java.lang.Object
-
- org.apache.maven.shared.utils.cli.shell.Shell
-
- org.apache.maven.shared.utils.cli.shell.CommandShell
-
- All Implemented Interfaces:
java.lang.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
Constructors Constructor Description CommandShell()
Create an instance.
-
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
-
-