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