|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.team.core.synchronize.SyncInfoFilter
A SyncInfoFilter
tests a SyncInfo
for inclusion,
typically in a SyncInfoSet
.
SyncInfo
,
SyncInfoSet
Nested Class Summary | |
---|---|
static class |
SyncInfoFilter.ContentComparisonSyncInfoFilter
Selects SyncInfo whose local and remote contents match.
|
Constructor Summary | |
---|---|
SyncInfoFilter()
|
Method Summary | |
---|---|
abstract boolean |
select(SyncInfo info,
IProgressMonitor monitor)
Return true if the provided SyncInfo matches the filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SyncInfoFilter()
Method Detail |
public abstract boolean select(SyncInfo info, IProgressMonitor monitor)
true
if the provided SyncInfo
matches the filter.
info
- the SyncInfo
to be testedmonitor
- a progress monitor
true
if the SyncInfo
matches the filter
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.