Class HelpPageSynchronizer

java.lang.Object
com.e1c.langtool.v8.dt.htmldocument.sync.AbstractHtmlPageSynchronizer
com.e1c.langtool.v8.dt.md.help.sync.HelpPageSynchronizer
All Implemented Interfaces:
ResourceSynchronizer

public class HelpPageSynchronizer extends AbstractHtmlPageSynchronizer
  • Constructor Details

    • HelpPageSynchronizer

      public HelpPageSynchronizer()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: ResourceSynchronizer
      Gets the unique ID of the synchronizer.
      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.
      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.