Package com.e1c.langtool.v8.dt.sync
Interface BmSyncSession
- All Superinterfaces:
SyncSession
- All Known Implementing Classes:
AbstractBmSyncSession,ConfigurationSyncSession,ExtensionSyncSession,ExternalObjectSyncSession
-
Method Summary
Modifier and TypeMethodDescriptionGets the batch session lock handler, that allows to executeIBmTaskin batch session.Gets the translation provider.voidstoreDelayedFiles(org.eclipse.core.resources.IFile file, InputStream stream) Store delayed files.Methods inherited from interface com.e1c.langtool.sync.SyncSession
afterSynchronized, beforeSynchronizing, beginSyncOperation, createProject, endSyncOperation, getSkipped
-
Method Details
-
getBatchSessionLock
Object getBatchSessionLock()Gets the batch session lock handler, that allows to executeIBmTaskin batch session.- Returns:
- the batch session lock
-
getTranslationProvider
IProjectTranslationProvider getTranslationProvider()Gets the translation provider.- Returns:
- the translation provider
-
storeDelayedFiles
void storeDelayedFiles(org.eclipse.core.resources.IFile file, InputStream stream) throws IOException Store delayed files.- Parameters:
file- the filestream- the stream- Throws:
IOException- Signals that an I/O exception has occurred.
-