org.apache.maven.shared.utils.cli.shell
Class BourneShell

java.lang.Object
  extended by org.apache.maven.shared.utils.cli.shell.Shell
      extended by org.apache.maven.shared.utils.cli.shell.BourneShell
All Implemented Interfaces:
Cloneable

public class BourneShell
extends Shell

Author:
Jason van Zyl

Constructor Summary
BourneShell()
           
 
Method Summary
 String getExecutable()
          
protected  String getExecutionPreamble()
           
protected  char[] getQuotingTriggerChars()
           
 String[] getShellArgs()
          Get the shell arguments
 List<String> getShellArgsList()
           
 
Methods inherited from class org.apache.maven.shared.utils.cli.shell.Shell
clone, getShellCommandLine, getWorkingDirectory, isDoubleQuotedArgumentEscaped, isSingleQuotedArgumentEscaped, setExecutable, setQuotedArgumentsEnabled, setWorkingDirectory, setWorkingDirectory
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BourneShell

public BourneShell()
Method Detail

getExecutable

public String getExecutable()

Overrides:
getExecutable in class Shell

getShellArgsList

public List<String> getShellArgsList()

getShellArgs

public String[] getShellArgs()
Description copied from class: Shell
Get the shell arguments

Returns:
The arguments

getExecutionPreamble

protected String getExecutionPreamble()

getQuotingTriggerChars

protected char[] getQuotingTriggerChars()


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.