public interface LineFilter
Modifier and Type | Method and Description |
---|---|
FilterResult |
filter(String content,
int lineNumber,
boolean truncated,
boolean lastLine)
Filters the given line.
|
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 otherwiseCopyright © 2014. All rights reserved.