| Package | Description |
|---|---|
| org.netbeans.api.extexecution |
The API supporting execution of an external process in the IDE.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalProcessBuilder |
ExternalProcessBuilder.addArgument(String argument)
Returns a builder with additional argument for the command.
|
ExternalProcessBuilder |
ExternalProcessBuilder.addEnvironmentVariable(String name,
String value)
Returns a builder with additional environment variable for the command.
|
ExternalProcessBuilder |
ExternalProcessBuilder.prependPath(File path)
Returns a builder with additional path in
PATH variable. |
ExternalProcessBuilder |
ExternalProcessBuilder.redirectErrorStream(boolean redirectErrorStream)
Returns a builder with configured error stream redirection.
|
ExternalProcessBuilder |
ExternalProcessBuilder.workingDirectory(File workingDirectory)
Returns a builder with configured working directory.
|
Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.