org.terracotta.maven.plugins.tc.cl
Class CmdShell

java.lang.Object
  extended by org.terracotta.maven.plugins.tc.cl.Shell
      extended by org.terracotta.maven.plugins.tc.cl.CmdShell
All Implemented Interfaces:
java.lang.Cloneable

public class CmdShell
extends Shell

Implementation to call the CMD Shell present on Windows NT, 2000 and XP

Since:
1.2
Version:
$Id: CmdShell.java 13633 2009-01-28 02:14:45Z hhuynh $
Author:
Carlos Sanchez

Constructor Summary
CmdShell()
           
 
Method Summary
 
Methods inherited from class org.terracotta.maven.plugins.tc.cl.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

CmdShell

public CmdShell()


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.