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
-
Method Details
-
visit
Simply visit the file and return if the children should be visited.- Parameters:
file- the file to visit- Returns:
trueif the children should be visited,falseotherwise. This has no importance for files.
-