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