org.eclipse.compare.patch
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
|
boolean
|
select
(
IHunk hunk)
Returns true if the given hunk should be applied |
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
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.