Class SyncResourceVisitor

java.lang.Object
com.e1c.langtool.sync.SyncResourceVisitor
All Implemented Interfaces:
org.eclipse.core.resources.IResourceVisitor

public class SyncResourceVisitor extends Object implements org.eclipse.core.resources.IResourceVisitor
The Resource Visitor class to collect all resources for synchronization.
See Also:
  • Constructor Details

    • SyncResourceVisitor

      public SyncResourceVisitor(EditingChangeManager changeManager, org.eclipse.core.runtime.IProgressMonitor monitor)
      Instantiates a new sync resource visitor.
      Parameters:
      changeManager - the change manager
      monitor - the monitor
  • Method Details

    • visit

      public boolean visit(org.eclipse.core.resources.IResource resource) throws org.eclipse.core.runtime.CoreException
      Specified by:
      visit in interface org.eclipse.core.resources.IResourceVisitor
      Throws:
      org.eclipse.core.runtime.CoreException
    • getRegistry

      protected SynchronizerRegistry getRegistry()