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.
|
Class and Description |
---|
BaseExecutionDescriptor
Descriptor for the execution service.
|
BaseExecutionDescriptor.InputProcessorFactory
Factory creating the input processor.
|
BaseExecutionDescriptor.ReaderFactory
Factory creating the reader.
|
BaseExecutionService
Base Execution service provides the facility to execute a process.
|
Environment
The class that provides an access to environment variables.
|
ExplicitProcessParameters
Allows to augment or replace process parameters for a single execution action.
|
ExplicitProcessParameters.Builder
Builds the
ExplicitProcessParameters instance. |
ParametrizedRunnable
The interface representing a runnable code accepting a parameter.
|
ProcessBuilder
Abstraction of process builders.
|
Class and Description |
---|
Environment
The class that provides an access to environment variables.
|
ProcessBuilder
Abstraction of process builders.
|