Filter.NextAction, Filter.Result, Filter.ResultItem
EMPTY_ARRAY
Constructor and Description |
---|
ExceptionFilter(GlobalSearchScope scope) |
Modifier and Type | Method and Description |
---|---|
Filter.Result |
applyFilter(java.lang.String line,
int textEndOffset)
Filters line by creating an instance of
Filter.Result . |
public ExceptionFilter(GlobalSearchScope scope)
public Filter.Result applyFilter(java.lang.String line, int textEndOffset)
Filter
Filter.Result
.applyFilter
in interface Filter
line
- The line to be filtered. Note that the line must contain a line
separator at the end.textEndOffset
- The length of the entire text including the line passed for filtration.null
if there was no match. Otherwise, an instance of Filter.Result