|
org.netbeans.modules.extexecution/2 1.21.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LineProcessor
Processes the lines fetched by InputReader usually with help
of the InputProcessors.bridge(LineProcessor).
When the implementation is used just by single bridge it does not have to be thread safe.
InputProcessors.bridge(LineProcessor),
InputReader| Method Summary | |
|---|---|
void |
close()
Closes the processor releasing the resources held by it. |
void |
processLine(String line)
Processes the line. |
void |
reset()
Notifies the processor that it should reset its state. |
| Method Detail |
|---|
void processLine(@NonNull
String line)
line - the line to processvoid reset()
The circumstances when this method is called must be defined by the code using this class.
InputProcessors.bridge(LineProcessor) delegates any call
to InputProcessor.reset() to this method.
void close()
close in interface Closeable
|
org.netbeans.modules.extexecution/2 1.21.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||