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.
|
Class and Description |
---|
ExecutionDescriptor
Descriptor for the execution service.
|
ExecutionDescriptor.InputProcessorFactory
Deprecated.
|
ExecutionDescriptor.InputProcessorFactory2
Factory creating the input processor.
|
ExecutionDescriptor.LineConvertorFactory
Factory creating the line convertor.
|
ExecutionDescriptor.RerunCallback
Provides a callback to be invoked when rerun action is invoked.
|
ExecutionDescriptor.RerunCondition
Represents the possibility of reruning the action.
|
ExecutionService
Execution service provides the facility to execute a process while
displaying the output and handling the input.
|
ExternalProcessBuilder
Deprecated.
|
ProcessBuilder
Deprecated.
use
ProcessBuilder |
Class and Description |
---|
ProcessBuilder
Deprecated.
use
ProcessBuilder |