Package | Description |
---|---|
org.eclipse.ptp.rdt.sync.core |
Modifier and Type | Method and Description |
---|---|
static ISyncExceptionHandler |
SyncManager.getDefaultSyncExceptionHandler()
Get the current default sync exception handler
|
Modifier and Type | Method and Description |
---|---|
static void |
SyncManager.setDefaultSyncExceptionHandler(ISyncExceptionHandler handler)
Set the default sync exception handler
|
static Job |
SyncManager.sync(IResourceDelta delta,
IProject project,
EnumSet<SyncFlag> syncFlags,
ISyncExceptionHandler seHandler)
Invoke sync for active (default) configuration on a project
|
static Job[] |
SyncManager.syncAll(IResourceDelta delta,
IProject project,
EnumSet<SyncFlag> syncFlags,
ISyncExceptionHandler seHandler)
Invoke sync for all configurations on a project.
|
static Job[] |
SyncManager.syncAllBlocking(IResourceDelta delta,
IProject project,
EnumSet<SyncFlag> syncFlags,
ISyncExceptionHandler seHandler)
Invoke sync for all configurations on a project and block until the sync finishes.
|
static Job |
SyncManager.syncBlocking(IResourceDelta delta,
IProject project,
EnumSet<SyncFlag> syncFlags,
IProgressMonitor monitor,
ISyncExceptionHandler seHandler)
Invoke sync and block until sync finishes.
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.