org.codehaus.plexus.util.cli.shell
Class CommandShell

java.lang.Object
  extended by org.codehaus.plexus.util.cli.shell.Shell
      extended by org.codehaus.plexus.util.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

Since:
1.2
Version:
$Id: CommandShell.java 5958 2007-02-28 10:29:55Z olamy $
Author:
Carlos Sanchez

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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandShell

public CommandShell()


Copyright © 2001-2007 Codehaus. All Rights Reserved.