|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.rdt.sync.core.services.AbstractSynchronizeService
public abstract class AbstractSynchronizeService
| Constructor Summary | |
|---|---|
AbstractSynchronizeService(ISynchronizeServiceDescriptor descriptor)
|
|
| Method Summary | |
|---|---|
String |
getId()
Returns the unique id that identifies this service. |
String |
getLocation()
Get the remote directory that will be used for synchronization |
String |
getName()
Returns the name of this service. |
IRemoteConnection |
getRemoteConnection()
Get the remote connection used by this sync service provider. |
ISynchronizeService |
getService()
|
void |
setLocation(String location)
Set the remote directory that will be used for synchronization |
void |
setRemoteConnection(IRemoteConnection conn)
set the remote connection used for synchronization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ptp.rdt.sync.core.services.ISynchronizeService |
|---|
checkout, checkoutRemoteCopy, close, getMergeConflictFiles, getMergeConflictParts, getSyncFileFilter, setMergeAsResolved, setSyncFileFilter, synchronize |
| Constructor Detail |
|---|
public AbstractSynchronizeService(ISynchronizeServiceDescriptor descriptor)
| Method Detail |
|---|
public String getId()
ISynchronizeServiceDescriptor
getId in interface ISynchronizeServiceDescriptorpublic String getLocation()
getLocation in interface ISynchronizeServicepublic String getName()
ISynchronizeServiceDescriptor
getName in interface ISynchronizeServiceDescriptorpublic IRemoteConnection getRemoteConnection()
ISynchronizeService
getRemoteConnection in interface ISynchronizeServicepublic ISynchronizeService getService()
getService in interface ISynchronizeServiceDescriptorpublic void setLocation(String location)
ISynchronizeService
setLocation in interface ISynchronizeServicelocation - directory pathpublic void setRemoteConnection(IRemoteConnection conn)
ISynchronizeService
setRemoteConnection in interface ISynchronizeServiceconn - remote connection
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||