net.sf.jsefa.common.lowlevel.filter
Interface LineFilter

All Known Implementing Classes:
HeaderAndFooterFilter

public interface LineFilter

A filter for lines.

Author:
Norman Lahme-Huetig

Method Summary
 FilterResult filter(String content, int lineNumber, boolean truncated, boolean lastLine)
          Filters the given line.
 

Method Detail

filter

FilterResult filter(String content,
                    int lineNumber,
                    boolean truncated,
                    boolean lastLine)
Filters the given line.

Parameters:
content - the content of the line
lineNumber - the number of the line
truncated - true, if the given content is incomplete, i. e. truncated at the end; false otherwise.
lastLine - true, if it is the last line; false otherwise
Returns:
a Result


Copyright © 2014. All rights reserved.