org.openoffice.ide.eclipse.core.builders
Interface IFileVisitor

All Known Implementing Classes:
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.

Author:
cedricbosdo

Method Summary
 boolean visit(java.io.File pFile)
          Simply visit the file and return if the children should be visited.
 

Method Detail

visit

boolean visit(java.io.File pFile)
Simply visit the file and return if the children should be visited.

Parameters:
pFile - the file to visit
Returns:
true if the children should be visited, false otherwise. This has no importance for files.