Class RegmergeBuildVisitor

java.lang.Object
org.libreoffice.ide.eclipse.core.builders.RegmergeBuildVisitor
All Implemented Interfaces:
IFileVisitor

public class RegmergeBuildVisitor extends Object implements IFileVisitor
Class visiting each child of the urd folder to merge it with the common types.rdb registry.
  • Constructor Details

    • RegmergeBuildVisitor

      public RegmergeBuildVisitor(IUnoidlProject project, org.eclipse.core.runtime.IProgressMonitor monitor)
      Default constructor.
      Parameters:
      project - the UNO project to visit
      monitor - progress monitor for the regmerge
  • Method Details

    • visit

      public boolean visit(File res)
      Simply visit the file and return if the children should be visited.
      Specified by:
      visit in interface IFileVisitor
      Parameters:
      res - the file to visit
      Returns:
      true if the children should be visited, false otherwise. This has no importance for files.