PTP
Release 7.0

Uses of Class
org.eclipse.ptp.rdt.sync.core.SyncFlag

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 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.
 

Methods in org.eclipse.ptp.rdt.sync.core that return SyncFlag
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.
 

Method parameters in org.eclipse.ptp.rdt.sync.core with type arguments of type SyncFlag
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.
 

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, EnumSet<SyncFlag> syncFlags)
          Perform synchronization
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.