|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.plexus.util.cli.shell.Shell
org.codehaus.mojo.macker.JavaShell
public class JavaShell
Special version of Plexus CLI Shell that forks to a JVM immediately without creating a command line. It uses the current java.home setting to find the java executable. So we have more memory for command line arguments.
| Constructor Summary | |
|---|---|
JavaShell()
|
|
JavaShell(List vmArgs)
|
|
JavaShell(String[] vmArgs)
|
|
| Method Summary | |
|---|---|
protected List |
getRawCommandLine(String executable,
String[] arguments)
|
| Methods inherited from class org.codehaus.plexus.util.cli.shell.Shell |
|---|
addShellArg, clearArguments, clone, getArgumentQuoteDelimiter, getCommandLine, getEscapeChars, getExecutable, getExecutableQuoteDelimiter, getExecutionPreamble, getOriginalCommandLine, getOriginalExecutable, getQuotingTriggerChars, getShellArgs, getShellArgsList, getShellCommand, getShellCommandLine, getWorkingDirectory, getWorkingDirectoryAsString, isDoubleQuotedArgumentEscaped, isDoubleQuotedExecutableEscaped, isQuotedArgumentsEnabled, isQuotedExecutableEnabled, isSingleQuotedArgumentEscaped, isSingleQuotedExecutableEscaped, setArgumentQuoteDelimiter, setDoubleQuotedArgumentEscaped, setDoubleQuotedExecutableEscaped, setExecutable, setExecutableQuoteDelimiter, 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 |
|---|
public JavaShell()
public JavaShell(List vmArgs)
public JavaShell(String[] vmArgs)
| Method Detail |
|---|
protected List getRawCommandLine(String executable,
String[] arguments)
getRawCommandLine in class org.codehaus.plexus.util.cli.shell.Shell
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||