|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandLineException | |
org.codehaus.plexus.util.cli | Command-line utilities. |
Uses of CommandLineException in org.codehaus.plexus.util.cli |
Methods in org.codehaus.plexus.util.cli that throw CommandLineException | |
java.lang.String[] |
Commandline.getEnvironmentVariables()
Return the list of environment variables |
java.lang.Process |
Commandline.execute()
Executes the command. |
static java.lang.String |
Commandline.quoteArgument(java.lang.String argument)
Deprecated. Use CommandLineUtils.quote(String) instead. |
static int |
CommandLineUtils.executeCommandLine(Commandline cl,
StreamConsumer systemOut,
StreamConsumer systemErr)
|
static int |
CommandLineUtils.executeCommandLine(Commandline cl,
java.io.InputStream systemIn,
StreamConsumer systemOut,
StreamConsumer systemErr)
|
static java.lang.String |
CommandLineUtils.quote(java.lang.String argument)
Put quotes around the given String if necessary. |
static java.lang.String |
CommandLineUtils.quote(java.lang.String argument,
boolean wrapExistingQuotes)
Put quotes around the given String if necessary. |
static java.lang.String |
CommandLineUtils.quote(java.lang.String argument,
boolean escapeSingleQuotes,
boolean escapeDoubleQuotes,
boolean wrapExistingQuotes)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |