- 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
-
Returns a descriptor with configured factory for standard error output
processor.
- ExecutionDescriptor - Class in org.netbeans.api.extexecution
-
Descriptor for the execution environment.
- ExecutionDescriptor() - Constructor for class org.netbeans.api.extexecution.ExecutionDescriptor
-
Creates the new descriptor.
- ExecutionDescriptor.InputProcessorFactory - Interface in org.netbeans.api.extexecution
-
Factory creating the input processor.
- ExecutionDescriptor.LineConvertorFactory - Interface in org.netbeans.api.extexecution
-
Factory creating the line covertor.
- 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 the process while
displaying the output and handling the input.
- ExternalProcessBuilder - Class in org.netbeans.api.extexecution
-
Utility class to make the external process creation easier.
- ExternalProcessBuilder(String) - Constructor for class org.netbeans.api.extexecution.ExternalProcessBuilder
-
Creates the new builder that will create the process by running
given executable.
- ExternalProcessSupport - Class in org.netbeans.api.extexecution
-
Utility class capable of properly terminating external process along with any
child processes created during execution.