| Package | Description |
|---|---|
| org.apache.maven.it.util.cli |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Process |
Commandline.execute()
Executes the command.
|
static int |
CommandLineUtils.executeCommandLine(Commandline cl,
java.io.InputStream systemIn,
StreamConsumer systemOut,
StreamConsumer systemErr) |
static int |
CommandLineUtils.executeCommandLine(Commandline cl,
StreamConsumer systemOut,
StreamConsumer systemErr) |
java.lang.String[] |
Commandline.getEnvironmentVariables()
Return the list of environment variables
|
static java.lang.String |
Commandline.quoteArgument(java.lang.String argument)
Put quotes around the given String if necessary.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.