- patternWaiting(Pattern, CountDownLatch) - Static method in class org.netbeans.api.extexecution.input.LineProcessors
-
Deprecated.
Returns the processor that will wait for the line matching the pattern,
decreasing the latch when such line appears for the first time.
- performed(Future<Integer>) - Method in interface org.netbeans.api.extexecution.ExecutionDescriptor.RerunCallback
-
Called when rerun action is invoked.
- postExecution(Runnable) - Method in class org.netbeans.api.extexecution.ExecutionDescriptor
-
Returns a descriptor with configured post execution runnable.
- postExecution(Consumer<Integer>) - Method in class org.netbeans.api.extexecution.ExecutionDescriptor
-
Returns a descriptor with configured post execution runnable.
- preExecution(Runnable) - Method in class org.netbeans.api.extexecution.ExecutionDescriptor
-
Returns a descriptor with configured pre execution runnable.
- prependPath(File) - Method in class org.netbeans.api.extexecution.ExternalProcessBuilder
-
Deprecated.
Returns a builder with additional path in PATH
variable.
- printing(OutputWriter, boolean) - Static method in class org.netbeans.api.extexecution.input.InputProcessors
-
Deprecated.
Returns the processor printing all characters passed for processing to
the given output writer.
- printing(OutputWriter, LineConvertor, boolean) - Static method in class org.netbeans.api.extexecution.input.InputProcessors
-
Deprecated.
Returns the processor converting whole lines with convertor and
printing the result including unterminated tail (if present) to the
given output writer.
- printing(OutputWriter, boolean) - Static method in class org.netbeans.api.extexecution.input.LineProcessors
-
Deprecated.
Returns the processor printing all lines passed for processing to
the given output writer.
- printing(OutputWriter, LineConvertor, boolean) - Static method in class org.netbeans.api.extexecution.input.LineProcessors
-
Deprecated.
Returns the processor converting lines with convertor and
printing the result to the given output writer.
- printing(OutputWriter, boolean) - Static method in class org.netbeans.api.extexecution.print.InputProcessors
-
Returns the processor printing all characters passed for processing to
the given output writer.
- printing(OutputWriter, LineConvertor, boolean) - Static method in class org.netbeans.api.extexecution.print.InputProcessors
-
Returns the processor converting whole lines with convertor and
printing the result including unterminated tail (if present) to the
given output writer.
- printing(OutputWriter, boolean) - Static method in class org.netbeans.api.extexecution.print.LineProcessors
-
Returns the processor printing all lines passed for processing to
the given output writer.
- printing(OutputWriter, LineConvertor, boolean) - Static method in class org.netbeans.api.extexecution.print.LineProcessors
-
Returns the processor converting lines with convertor and
printing the result to the given output writer.
- ProcessBuilder - Class in org.netbeans.api.extexecution
-
- ProcessBuilderFactory - Class in org.netbeans.spi.extexecution
-
- ProcessBuilderImplementation - Interface in org.netbeans.spi.extexecution
-
- ProcessDestroyPerformer - Interface in org.netbeans.spi.extexecution.destroy
-
- processInput(char[]) - Method in interface org.netbeans.api.extexecution.input.InputProcessor
-
Deprecated.
Processes the characters.
- processLine(String) - Method in interface org.netbeans.api.extexecution.input.LineProcessor
-
Deprecated.
Processes the line.
- proxy(InputProcessor...) - Static method in class org.netbeans.api.extexecution.input.InputProcessors
-
Deprecated.
Returns the processor acting as a proxy.
- proxy(LineProcessor...) - Static method in class org.netbeans.api.extexecution.input.LineProcessors
-
Deprecated.
Returns the processor acting as a proxy.
- proxy(LineConvertor...) - Static method in class org.netbeans.api.extexecution.print.LineConvertors
-
Returns the convertor that will delegate to passed converters.