| 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 org.eclipse.core.runtime.jobs.Job |
SyncManager.sync(org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.resources.IProject project,
java.util.Set<SyncFlag> syncFlags,
ISyncExceptionHandler seHandler)
Invoke sync for active (default) configuration on a project
|
static org.eclipse.core.runtime.jobs.Job[] |
SyncManager.syncAll(org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.resources.IProject project,
java.util.Set<SyncFlag> syncFlags,
ISyncExceptionHandler seHandler)
Invoke sync for all configurations on a project.
|
static org.eclipse.core.runtime.jobs.Job[] |
SyncManager.syncAllBlocking(org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.resources.IProject project,
java.util.Set<SyncFlag> syncFlags,
ISyncExceptionHandler seHandler)
Invoke sync for all configurations on a project and block until the sync finishes.
|
static org.eclipse.core.runtime.jobs.Job |
SyncManager.syncBlocking(org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.resources.IProject project,
java.util.Set<SyncFlag> syncFlags,
org.eclipse.core.runtime.IProgressMonitor monitor,
ISyncExceptionHandler seHandler)
Invoke sync and block until sync finishes.
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.