1 11 package org.eclipse.team.ui.synchronize; 12 13 import org.eclipse.team.core.TeamException; 14 15 27 public interface ISynchronizeParticipantReference { 28 33 public String getId(); 34 35 44 public String getSecondaryId(); 45 46 53 public String getDisplayName(); 54 55 63 public ISynchronizeParticipant getParticipant() throws TeamException; 64 65 70 public ISynchronizeParticipantDescriptor getDescriptor(); 71 } 72 | Popular Tags |