Class IdlwBuildVisitor
java.lang.Object
org.libreoffice.ide.eclipse.core.builders.IdlwBuildVisitor
- All Implemented Interfaces:
IFileVisitor
Class visiting each child of the idl folder to merge it with the common
types.rdb registry.-
Constructor Summary
ConstructorsConstructorDescriptionIdlwBuildVisitor(IUnoidlProject project, org.eclipse.core.runtime.IProgressMonitor monitor) Default constructor. -
Method Summary
-
Constructor Details
-
IdlwBuildVisitor
Default constructor.- Parameters:
project- the project UNO 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.
-