public abstract class AbstractSynchronizeService extends Object implements ISynchronizeService
| Constructor and Description |
|---|
AbstractSynchronizeService(ISynchronizeServiceDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckout, checkoutRemoteCopy, close, getMergeConflictFiles, getMergeConflictParts, getSyncFileFilter, setMergeAsResolved, setSyncFileFilter, synchronizepublic AbstractSynchronizeService(ISynchronizeServiceDescriptor descriptor)
public String getId()
ISynchronizeServiceDescriptorgetId in interface ISynchronizeServiceDescriptorpublic String getLocation()
getLocation in interface ISynchronizeServicepublic String getName()
ISynchronizeServiceDescriptorgetName in interface ISynchronizeServiceDescriptorpublic IRemoteConnection getRemoteConnection()
ISynchronizeServicegetRemoteConnection in interface ISynchronizeServicepublic ISynchronizeService getService()
getService in interface ISynchronizeServiceDescriptorpublic void setLocation(String location)
ISynchronizeServicesetLocation in interface ISynchronizeServicelocation - directory pathpublic void setRemoteConnection(IRemoteConnection conn)
ISynchronizeServicesetRemoteConnection in interface ISynchronizeServiceconn - remote connectionCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.