PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.rdt.sync.core.services.ISynchronizeService

Packages that use ISynchronizeService
org.eclipse.ptp.rdt.sync.core   
org.eclipse.ptp.rdt.sync.core.services   
 

Uses of ISynchronizeService in org.eclipse.ptp.rdt.sync.core
 

Methods in org.eclipse.ptp.rdt.sync.core that return ISynchronizeService
 ISynchronizeService SyncConfig.getSyncService()
          Get the synchronize service
 

Methods in org.eclipse.ptp.rdt.sync.core with parameters of type ISynchronizeService
static SyncConfig SyncConfigManager.getLocalConfig(ISynchronizeService syncService)
          Get a local sync config, really a config that does no sync'ing, for when the user wants to just work locally.
static void SyncManager.makeSyncProject(org.eclipse.core.resources.IProject project, java.lang.String remoteSyncConfigName, ISynchronizeService provider, AbstractSyncFileFilter fileFilter)
          Convert a project into a synchronized project.
 

Uses of ISynchronizeService in org.eclipse.ptp.rdt.sync.core.services
 

Classes in org.eclipse.ptp.rdt.sync.core.services that implement ISynchronizeService
 class AbstractSynchronizeService
           
 

Methods in org.eclipse.ptp.rdt.sync.core.services that return ISynchronizeService
 ISynchronizeService ISynchronizeServiceDescriptor.getService()
           
 ISynchronizeService AbstractSynchronizeService.getService()
           
 


PTP
Release 7.0

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