|
org.netbeans.modules.extexecution/2 1.25.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineProcessor | |
---|---|
org.netbeans.api.extexecution.input | The support API for processing the growing streams or files. |
Uses of LineProcessor in org.netbeans.api.extexecution.input |
---|
Methods in org.netbeans.api.extexecution.input that return LineProcessor | |
---|---|
static LineProcessor |
LineProcessors.patternWaiting(Pattern pattern,
CountDownLatch latch)
Returns the processor that will wait for the line matching the pattern, decreasing the latch when such line appears for the first time. |
static LineProcessor |
LineProcessors.printing(OutputWriter out,
boolean resetEnabled)
Returns the processor printing all lines passed for processing to the given output writer. |
static LineProcessor |
LineProcessors.printing(OutputWriter out,
LineConvertor convertor,
boolean resetEnabled)
Returns the processor converting lines with convertor and printing the result to the given output writer. |
static LineProcessor |
LineProcessors.proxy(LineProcessor... processors)
Returns the processor acting as a proxy. |
Methods in org.netbeans.api.extexecution.input with parameters of type LineProcessor | |
---|---|
static InputProcessor |
InputProcessors.bridge(LineProcessor lineProcessor)
Returns the processor converting characters to the whole lines passing them to the given line processor. |
static LineProcessor |
LineProcessors.proxy(LineProcessor... processors)
Returns the processor acting as a proxy. |
|
org.netbeans.modules.extexecution/2 1.25.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |