Class ConfigurationSyncSession
java.lang.Object
com.e1c.langtool.v8.dt.sync.AbstractBmSyncSession
com.e1c.langtool.v8.dt.internal.sync.ConfigurationSyncSession
- All Implemented Interfaces:
SyncSession,BmSyncSession
-
Nested Class Summary
Nested classes/interfaces inherited from class com.e1c.langtool.v8.dt.sync.AbstractBmSyncSession
AbstractBmSyncSession.BatchSessionController -
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.sync.AbstractBmSyncSession
dtProjectManager, session, target, translatedProject, workspaceOrchestrator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatuscreateProject(org.eclipse.core.runtime.IProgressMonitor monitor) Creates the target project with all specific.Gets the translation provider.Methods inherited from class com.e1c.langtool.v8.dt.sync.AbstractBmSyncSession
afterSynchronized, beforeSynchronizing, beginSyncOperation, endSyncOperation, getBatchSessionLock, getSkipped, storeDelayedFiles, waitUntilStarted
-
Constructor Details
-
ConfigurationSyncSession
-
-
Method Details
-
createProject
public org.eclipse.core.runtime.IStatus createProject(org.eclipse.core.runtime.IProgressMonitor monitor) Description copied from interface:SyncSessionCreates the target project with all specific.- Parameters:
monitor- the monitor- Returns:
- the status of creation
-
getTranslationProvider
Description copied from interface:BmSyncSessionGets the translation provider.- Returns:
- the translation provider
-