|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SyncFlag | |
|---|---|
| org.eclipse.ptp.rdt.sync.core | |
| org.eclipse.ptp.rdt.sync.core.services | |
| Uses of SyncFlag in org.eclipse.ptp.rdt.sync.core |
|---|
| Fields in org.eclipse.ptp.rdt.sync.core with type parameters of type SyncFlag | |
|---|---|
static java.util.EnumSet<SyncFlag> |
SyncFlag.FORCE
Force transferring of files. |
static java.util.EnumSet<SyncFlag> |
SyncFlag.NO_FORCE
Transfer files "if needed". |
static java.util.EnumSet<SyncFlag> |
SyncFlag.NO_SYNC
Do not actually transfer files. |
| Methods in org.eclipse.ptp.rdt.sync.core that return SyncFlag | |
|---|---|
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. |
| Method parameters in org.eclipse.ptp.rdt.sync.core with type arguments of type SyncFlag | |
|---|---|
static Job |
SyncManager.sync(IResourceDelta delta,
IProject project,
java.util.EnumSet<SyncFlag> syncFlags,
ISyncExceptionHandler seHandler)
Invoke sync for active (default) configuration on a project |
static Job[] |
SyncManager.syncAll(IResourceDelta delta,
IProject project,
java.util.EnumSet<SyncFlag> syncFlags,
ISyncExceptionHandler seHandler)
Invoke sync for all configurations on a project. |
static Job[] |
SyncManager.syncAllBlocking(IResourceDelta delta,
IProject project,
java.util.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,
java.util.EnumSet<SyncFlag> syncFlags,
IProgressMonitor monitor)
Invoke sync and block until sync finishes. |
static Job |
SyncManager.syncBlocking(IResourceDelta delta,
IProject project,
java.util.EnumSet<SyncFlag> syncFlags,
IProgressMonitor monitor,
ISyncExceptionHandler seHandler)
Invoke sync and block until sync finishes. |
| Uses of SyncFlag in org.eclipse.ptp.rdt.sync.core.services |
|---|
| Method parameters in org.eclipse.ptp.rdt.sync.core.services with type arguments of type SyncFlag | |
|---|---|
void |
ISynchronizeService.synchronize(IProject project,
SyncConfig syncConfig,
IResourceDelta delta,
IProgressMonitor monitor,
java.util.EnumSet<SyncFlag> syncFlags)
Perform synchronization |
|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||