Package org.eclipse.team.core.mapping
Interface ISynchronizationScopeParticipantFactory
-
public interface ISynchronizationScopeParticipantFactory
Factory interface for creating a participant for use with anISynchronizationScopeManager
. This factory should be assocated with aModelProvider
using theIAdaptable
mechanism.This interface may be implemented by clients.
- Since:
- 3.2
- See Also:
ModelProvider
,IAdaptable
,IAdapterManager
,ISynchronizationScopeManager
,ISynchronizationScopeParticipant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISynchronizationScopeParticipant
createParticipant(ModelProvider provider, ISynchronizationScope scope)
Create a participant in the scope management process for the given model provider.
-
-
-
Method Detail
-
createParticipant
ISynchronizationScopeParticipant createParticipant(ModelProvider provider, ISynchronizationScope scope)
Create a participant in the scope management process for the given model provider.- Parameters:
provider
- the model providerscope
- the scope- Returns:
- a participant in the scope management process
-
-