LineProcessorpublic interface LineProcessor A simple interface that allows processing a longer text line by line.
Usually used together with FileUtil.processTextLines(). |
Methods Summary |
---|
public boolean | processLine(java.lang.String line, int lineNo)Processes the given line and returns true if the caller should continue.
If false is returned, the caller should stop.
|
|