Interface IHunkFilter


public interface IHunkFilter
Filter that is used to determine if a hunk should be applied or not
Since:
org.eclipse.compare.core 3.5
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    select(IHunk hunk)
    Returns true if the given hunk should be applied
  • Method Details

    • select

      boolean select(IHunk hunk)
      Returns true if the given hunk should be applied
      Parameters:
      hunk - the hunk
      Returns:
      true if the given hunk should be applied