| Package | Description |
|---|---|
| org.eclipse.ptp.rdt.sync.core | |
| org.eclipse.ptp.rdt.sync.core.services |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<SyncFlag> |
SyncFlag.BOTH
Convenience flag set for sync'ing both directions (from local to remote and from remote to local).
|
static java.util.Set<SyncFlag> |
SyncFlag.LR_ONLY
Convenience flag set for sync'ing only from local to remote.
|
static java.util.Set<SyncFlag> |
SyncFlag.RL_ONLY
Convenience flag set for sync'ing only from remote to local.
|
| Modifier and Type | Method and Description |
|---|---|
static SyncFlag |
SyncFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyncFlag[] |
SyncFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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)
Invoke sync and block until 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISynchronizeService.synchronize(org.eclipse.core.resources.IProject project,
RemoteLocation remoteLoc,
org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.runtime.IProgressMonitor monitor,
java.util.Set<SyncFlag> syncFlags) |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.