|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncclient.spds.engine.SyncSourceFactory
public class SyncSourceFactory
This is a factory for SyncSource objects. Its istantiates the right instance given the source to be used. The it calls the setXXX() method for each property in the source definition properties hashtable.
Constructor Summary | |
---|---|
SyncSourceFactory(java.lang.String libDir,
java.util.Hashtable syncSourcesDefinition)
Creates a new SyncSourceFactory reading the sync source implementation classes from the given libDirectory and using the given syncSourcesDefinition. |
Method Summary | |
---|---|
SyncSource |
getSyncSource(java.lang.String dataStoreName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncSourceFactory(java.lang.String libDir, java.util.Hashtable syncSourcesDefinition)
libDir
- directory where classes are looked forsyncSourcesDefinition
- sources definitionsMethod Detail |
---|
public SyncSource getSyncSource(java.lang.String dataStoreName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |