Examples of ISynchronizeParticipantDescriptor


Examples of org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor

 
  @Override
  protected void setSubscriber(Subscriber subscriber) {
    super.setSubscriber(subscriber);
    try {
      ISynchronizeParticipantDescriptor descriptor = TeamUI.getSynchronizeManager().getParticipantDescriptor(ResourceIDs.WGA_REMOTE_SERVER_SYNCHRONIZATION_PARTICIPANT);
      setInitializationData(descriptor);
      setSecondaryId(Long.toString(System.currentTimeMillis()));
    } catch (CoreException e) {
      // ignore
    }
View Full Code Here

Examples of org.eclipse.team.ui.synchronize.ISynchronizeParticipantDescriptor

    @Override
    protected void setSubscriber(Subscriber subscriber) {
        super.setSubscriber(subscriber);
        try {
            ISynchronizeParticipantDescriptor descriptor =
                    TeamUI.getSynchronizeManager().getParticipantDescriptor(UIConstants.SYNC_PARTICIPANT_ID);
            setInitializationData(descriptor);
            setSecondaryId(Long.toString(System.currentTimeMillis()));
        } catch (CoreException e) {
            String logMessage = Utils.generateCoreExceptionLog(e);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.