Package com.atlassian.bitbucket.content
Class DiffContentFilter
java.lang.Object
com.atlassian.bitbucket.content.DiffContentFilter
Allows for filtering diff lines.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DiffContentFilter
public DiffContentFilter()
-
-
Method Details
-
apply
- Parameters:
line
- that might be filtered- Returns:
false
if the line should be ignored, elsetrue
to return this line in the diff output
-