Package com.e1c.langtool.internal.sync
Class SyncSessionFactoryRegistry
java.lang.Object
com.e1c.langtool.internal.sync.SyncSessionFactoryRegistry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSyncSession(SynchronizableProject sourceProject, ITranslatedProject targetProject) Creates theSyncSessioninstance formcontributed factory.
-
Constructor Details
-
SyncSessionFactoryRegistry
public SyncSessionFactoryRegistry()
-
-
Method Details
-
createSyncSession
public SyncSession createSyncSession(SynchronizableProject sourceProject, ITranslatedProject targetProject) Creates theSyncSessioninstance formcontributed factory.- Parameters:
sourceProject- the source projecttargetProject- the target project- Returns:
- the newly created sync session
-