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