Interface IFileVisitor

All Known Implementing Classes:
IdlwBuildVisitor, RegmergeBuildVisitor

public interface IFileVisitor
A little tiny interface for a File visitor. This has to be used to avoid multiple and annoying project refresh operations triggering unwanted changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visit(File file)
    Simply visit the file and return if the children should be visited.
  • Method Details

    • visit

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