Class V8PorjectSyncSessionFactory
java.lang.Object
com.e1c.langtool.v8.dt.external.sync.V8PorjectSyncSessionFactory
- All Implemented Interfaces:
SyncSessionFactory
A factory for creating
ExternalObjectSyncSession objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSynSession(ITranslatedProject translatedProject) Creates a new SyncSession object.
-
Constructor Details
-
V8PorjectSyncSessionFactory
public V8PorjectSyncSessionFactory()
-
-
Method Details
-
createSynSession
Description copied from interface:SyncSessionFactoryCreates a new SyncSession object.- Specified by:
createSynSessionin interfaceSyncSessionFactory- Parameters:
translatedProject- the translated project- Returns:
- the sync session
-