| Package | Description |
|---|---|
| org.netbeans.api.extexecution |
The API supporting execution of an external process in the IDE.
|
| org.netbeans.spi.extexecution |
The support SPI for creation of external processes.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessBuilder |
ProcessBuilder.getLocal()
Deprecated.
Returns the
ProcessBuilder creating the OS process on local
machine. |
| Modifier and Type | Method and Description |
|---|---|
static ProcessBuilder |
ProcessBuilderFactory.createProcessBuilder(ProcessBuilderImplementation impl,
String description)
Deprecated.
Creates the instance of
ProcessBuilder
from its SPI representation. |