Class RegmergeBuildVisitor
java.lang.Object
org.libreoffice.ide.eclipse.core.builders.RegmergeBuildVisitor
- All Implemented Interfaces:
IFileVisitor
Class visiting each child of the urd folder to merge it with the common
types.rdb registry.-
Constructor Summary
ConstructorsConstructorDescriptionRegmergeBuildVisitor(IUnoidlProject project, org.eclipse.core.runtime.IProgressMonitor monitor) Default constructor. -
Method Summary
-
Constructor Details
-
RegmergeBuildVisitor
public RegmergeBuildVisitor(IUnoidlProject project, org.eclipse.core.runtime.IProgressMonitor monitor) Default constructor.- Parameters:
project- the UNO project to visitmonitor- progress monitor for the regmerge
-
-
Method Details
-
visit
Simply visit the file and return if the children should be visited.- Specified by:
visitin interfaceIFileVisitor- Parameters:
res- the file to visit- Returns:
trueif the children should be visited,falseotherwise. This has no importance for files.
-