public interface ISynchronizeParticipantDescriptor
synchronizeParticipants
extension section for
for a registered participant type in the declaring plug-in's
manifest (plugin.xml
) file.
Clients are not intended to implement this interface.
ISynchronizeManager.getParticipantDescriptor(String)
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a string describing this participant type.
|
String |
getId()
Returns the unique id that identifies this participant type.
|
ImageDescriptor |
getImageDescriptor()
Returns the image descriptor for this participant type.
|
String |
getName()
Returns the name of this participant.
|
boolean |
isPersistent()
Returns if this participant can be persisted between sessions.
|
String getName()
String getDescription()
String getId()
ImageDescriptor getImageDescriptor()
boolean isPersistent()
true
if this participant can be persisted between sessions
and false otherwise.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.