| Package | Description |
|---|---|
| org.netbeans.api.extexecution.base |
The API supporting execution of an external process.
|
| Modifier and Type | Method and Description |
|---|---|
BaseExecutionDescriptor |
BaseExecutionDescriptor.errProcessorFactory(BaseExecutionDescriptor.InputProcessorFactory errProcessorFactory)
Returns a descriptor with configured factory for standard error output
processor.
|
BaseExecutionDescriptor |
BaseExecutionDescriptor.outProcessorFactory(BaseExecutionDescriptor.InputProcessorFactory outProcessorFactory)
Returns a descriptor with configured factory for standard output
processor.
|