Package com.e1c.langtool.sync
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.
-
Constructor Summary
ConstructorsConstructorDescriptionSyncResourceVisitor(EditingChangeManager changeManager, org.eclipse.core.runtime.IProgressMonitor monitor) Instantiates a new sync resource visitor. -
Method Summary
Modifier and TypeMethodDescriptionprotected SynchronizerRegistrybooleanvisit(org.eclipse.core.resources.IResource resource)
-
Constructor Details
-
SyncResourceVisitor
public SyncResourceVisitor(EditingChangeManager changeManager, org.eclipse.core.runtime.IProgressMonitor monitor) Instantiates a new sync resource visitor.- Parameters:
changeManager- the change managermonitor- the monitor
-
-
Method Details
-
visit
public boolean visit(org.eclipse.core.resources.IResource resource) throws org.eclipse.core.runtime.CoreException - Specified by:
visitin interfaceorg.eclipse.core.resources.IResourceVisitor- Throws:
org.eclipse.core.runtime.CoreException
-
getRegistry
-