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