Class AsIsResourceSynchronizer

java.lang.Object
com.e1c.langtool.v8.dt.sync.AsIsResourceSynchronizer
All Implemented Interfaces:
ResourceSynchronizer

public class AsIsResourceSynchronizer extends Object implements ResourceSynchronizer
  • Field Details

  • Constructor Details

    • AsIsResourceSynchronizer

      public AsIsResourceSynchronizer()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: ResourceSynchronizer
      Gets the unique ID of the synchronizer.
      Specified by:
      getId in interface ResourceSynchronizer
      Returns:
      the ID of the synchronizer, cannot return null.
    • synchronize

      public Collection<org.eclipse.core.resources.IResource> synchronize(org.eclipse.core.resources.IFile sourceFile, ITranslatingProject sourceProject, ITranslatedProject target, SyncSession session, org.eclipse.core.runtime.IProgressMonitor monitor)
      Description copied from interface: ResourceSynchronizer
      Synchronize given source file to target project with translating.
      Specified by:
      synchronize in interface ResourceSynchronizer
      Parameters:
      sourceFile - the source file
      sourceProject - the source project
      target - the target
      session - the session
      monitor - the monitor
      Returns:
      the collection of synchronized files in target project, cannot return null.