PTP
Release 7.0

org.eclipse.ptp.rdt.sync.core.services
Interface ISynchronizeServiceDescriptor

All Known Subinterfaces:
ISynchronizeService
All Known Implementing Classes:
AbstractSynchronizeService

public interface ISynchronizeServiceDescriptor

Must be implemented by extensions to the syncService extension point.

Since:
3.0

Method Summary
 String getId()
          Returns the unique id that identifies this service.
 String getName()
          Returns the name of this service.
 ISynchronizeService getService()
           
 

Method Detail

getId

String getId()
Returns the unique id that identifies this service.

Returns:
the unique id that identifies this service.

getName

String getName()
Returns the name of this service. This can be shown to the user.

Returns:
the name of this service. This can be shown to the user.

getService

ISynchronizeService getService()
Returns:

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.