org.codehaus.plexus.util.cli.shell

Class CmdShell


public class CmdShell
extends Shell

Implementation to call the CMD Shell present on Windows NT, 2000 and XP
Author:
Carlos Sanchez
Since:
1.2

Field Summary

Fields inherited from class org.codehaus.plexus.util.cli.shell.Shell

shellArgs, shellCommand

Constructor Summary

CmdShell()

Method Summary

List
getCommandLine(String executable, String[] arguments)
Specific implementation that quotes the all the command line

Methods inherited from class org.codehaus.plexus.util.cli.shell.Shell

getCommandLine, getShellArgs, getShellCommand, getShellCommandLine, setShellArgs, setShellCommand

Constructor Details

CmdShell

public CmdShell()

Method Details

getCommandLine

public List getCommandLine(String executable,
                           String[] arguments)
Specific implementation that quotes the all the command line
Overrides:
getCommandLine in interface Shell