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 |
---|---|
Environment |
ProcessBuilder.getEnvironment()
Returns the object for environment variables manipulation.
|
Modifier and Type | Method and Description |
---|---|
static Environment |
EnvironmentFactory.createEnvironment(EnvironmentImplementation impl)
Creates the instance of
Environment from its SPI representation. |
Environment |
ProcessBuilderImplementation.getEnvironment()
Returns the object for environment variables manipulation.
|