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
@Deprecated public class CommandShell extends Shell
Deprecated.Windows ME is long dead. Update to Windows 10 and useCmdShell
.Implementation to call the Command.com Shell present on Windows 95, 98 and Me- Author:
- Carlos Sanchez
-
-
Constructor Summary
Constructors Constructor Description CommandShell()
Deprecated.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
-
-