public abstract class DiffFilter extends Object
Constructor and Description |
---|
DiffFilter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
select(IDiff diff,
IProgressMonitor monitor)
Return
true if the provided IDiffNode matches the filter. |
public abstract boolean select(IDiff diff, IProgressMonitor monitor)
true
if the provided IDiffNode
matches the filter.diff
- the IDiffNode
to be testedmonitor
- a progress monitortrue
if the IDiffNode
matches the filter
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.