Synchronization Participant
Identifier:
org.eclipse.ptp.rdt.sync.ui.syncParticipant
Since:
7.0
Description:
This extension point is for adding UI elements to configure a synchronization provider.
Configuration Markup:
<!ELEMENT extension (synchronizeParticipant)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT synchronizeParticipant EMPTY>
<!ATTLIST synchronizeParticipant
class CDATA #REQUIRED
id CDATA #REQUIRED
name CDATA #REQUIRED
serviceId CDATA #REQUIRED>
- class - The fully qualified name of the Java class that extends org.eclipse.ptp.rdt.sync.ui.AbstractSynchronizeParticipant
- id - A unique identifier for this participant
- name - A human readable name for this participant's synchronization provider
- serviceId - A unique identifier for the synchronization service
Examples:
API Information:
The value of the class attribute should extend org.eclipse.ptp.rdt.sync.ui.AbstractSynchronizeParticipant
Supplied Implementation:
See org.eclipse.ptp.internal.rdt.sync.git.ui.GitParticipant
Copyright (c) 2013 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html