Interface BmSyncSession

All Superinterfaces:
SyncSession
All Known Implementing Classes:
AbstractBmSyncSession, ConfigurationSyncSession, ExtensionSyncSession, ExternalObjectSyncSession

public interface BmSyncSession extends SyncSession
  • Method Details

    • getBatchSessionLock

      Object getBatchSessionLock()
      Gets the batch session lock handler, that allows to execute IBmTask in 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 file
      stream - the stream
      Throws:
      IOException - Signals that an I/O exception has occurred.