public abstract class

DiffContentFilter

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.content.DiffContentFilter

Class Overview

Allows for filtering diff lines.

Summary

Public Constructors
DiffContentFilter()
Public Methods
abstract boolean apply(String line)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DiffContentFilter ()

Public Methods

public abstract boolean apply (String line)

Parameters
line that might be filtered
Returns
  • false if the line should be ignored, else true to return this line in the diff output