|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LineFilter
A filter for lines.
Method Summary | |
---|---|
FilterResult |
filter(String content,
int lineNumber,
boolean truncated,
boolean lastLine)
Filters the given line. |
Method Detail |
---|
FilterResult filter(String content, int lineNumber, boolean truncated, boolean lastLine)
content
- the content of the linelineNumber
- the number of the linetruncated
- 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |