| Package | Description |
|---|---|
| org.codehaus.plexus.util.cli |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandLineTimeOutException |
| Modifier and Type | Method and Description |
|---|---|
Integer |
CommandLineCallable.call() |
Process |
Commandline.execute()
Executes the command.
|
static int |
CommandLineUtils.executeCommandLine(Commandline cl,
InputStream systemIn,
StreamConsumer systemOut,
StreamConsumer systemErr,
int timeoutInSeconds) |
static int |
CommandLineUtils.executeCommandLine(Commandline cl,
StreamConsumer systemOut,
StreamConsumer systemErr) |
static CommandLineCallable |
CommandLineUtils.executeCommandLineAsCallable(Commandline cl,
InputStream systemIn,
StreamConsumer systemOut,
StreamConsumer systemErr,
int timeoutInSeconds)
Immediately forks a process,
returns a callable that will block until process is complete.
|
static String |
CommandLineUtils.quote(String argument)
|
static String |
CommandLineUtils.quote(String argument,
boolean wrapExistingQuotes)
|
static String |
CommandLineUtils.quote(String argument,
boolean escapeSingleQuotes,
boolean escapeDoubleQuotes,
boolean wrapExistingQuotes)
|
static String |
Commandline.quoteArgument(String argument)
Deprecated.
Use
CommandLineUtils.quote(String) instead. |
static String[] |
Commandline.translateCommandline(String toProcess)
Deprecated.
Use
CommandLineUtils.translateCommandline(String) instead. |
static String[] |
CommandLineUtils.translateCommandline(String toProcess) |
Copyright © 2016–2018 Simuline Organization (l2r). All rights reserved.