- errConvertorFactory(ExecutionDescriptor.LineConvertorFactory) - Method in class org.netbeans.api.extexecution.ExecutionDescriptor
-
Returns a descriptor with configured factory for convertor for standard
error output.
- errLineBased(boolean) - Method in class org.netbeans.api.extexecution.ExecutionDescriptor
-
Returns a descriptor with configured flag indicating line based standard
error output.
- errProcessorFactory(ExecutionDescriptor.InputProcessorFactory) - Method in class org.netbeans.api.extexecution.ExecutionDescriptor
-
- errProcessorFactory(ExecutionDescriptor.InputProcessorFactory2) - Method in class org.netbeans.api.extexecution.ExecutionDescriptor
-
Returns a descriptor with configured factory for standard error output
processor.
- ExecutionDescriptor - Class in org.netbeans.api.extexecution
-
Descriptor for the execution service.
- ExecutionDescriptor() - Constructor for class org.netbeans.api.extexecution.ExecutionDescriptor
-
Creates the new descriptor.
- ExecutionDescriptor.InputProcessorFactory - Interface in org.netbeans.api.extexecution
-
- ExecutionDescriptor.InputProcessorFactory2 - Interface in org.netbeans.api.extexecution
-
Factory creating the input processor.
- ExecutionDescriptor.LineConvertorFactory - Interface in org.netbeans.api.extexecution
-
Factory creating the line convertor.
- ExecutionDescriptor.RerunCallback - Interface in org.netbeans.api.extexecution
-
Provides a callback to be invoked when rerun action is invoked.
- ExecutionDescriptor.RerunCondition - Interface in org.netbeans.api.extexecution
-
Represents the possibility of reruning the action.
- ExecutionService - Class in org.netbeans.api.extexecution
-
Execution service provides the facility to execute a process while
displaying the output and handling the input.
- ExternalProcessBuilder - Class in org.netbeans.api.extexecution
-
- ExternalProcessBuilder(String) - Constructor for class org.netbeans.api.extexecution.ExternalProcessBuilder
-
Deprecated.
Creates the new builder that will create the process by running
given executable.
- ExternalProcessSupport - Class in org.netbeans.api.extexecution
-