public abstract class SyncInfoFilter extends Object
SyncInfoFilter
tests a SyncInfo
for inclusion,
typically in a SyncInfoSet
.SyncInfo
,
SyncInfoSet
Modifier and Type | Class and Description |
---|---|
static class |
SyncInfoFilter.ContentComparisonSyncInfoFilter
Selects
SyncInfo whose local and remote contents match. |
Constructor and Description |
---|
SyncInfoFilter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
select(SyncInfo info,
IProgressMonitor monitor)
Return
true if the provided SyncInfo matches the filter. |
public abstract boolean select(SyncInfo info, IProgressMonitor monitor)
true
if the provided SyncInfo
matches the filter.info
- the SyncInfo
to be testedmonitor
- a progress monitortrue
if the SyncInfo
matches the filter
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.