Package | Description |
---|---|
org.eclipse.ptp.rdt.sync.core | |
org.eclipse.ptp.rdt.sync.core.services |
Modifier and Type | Field and Description |
---|---|
static EnumSet<SyncFlag> |
SyncFlag.FORCE
Force transferring of files.
|
static EnumSet<SyncFlag> |
SyncFlag.NO_FORCE
Transfer files "if needed".
|
static EnumSet<SyncFlag> |
SyncFlag.NO_SYNC
Do not actually transfer files.
|
Modifier and Type | Method and Description |
---|---|
static SyncFlag |
SyncFlag.valueOf(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 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)
Invoke sync and block until sync finishes.
|
static Job |
SyncManager.syncBlocking(IResourceDelta delta,
IProject project,
EnumSet<SyncFlag> syncFlags,
IProgressMonitor monitor,
ISyncExceptionHandler seHandler)
Invoke sync and block until sync finishes.
|
Modifier and Type | Method and Description |
---|---|
void |
ISynchronizeService.synchronize(IProject project,
SyncConfig syncConfig,
IResourceDelta delta,
IProgressMonitor monitor,
EnumSet<SyncFlag> syncFlags)
Perform synchronization
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.