com.intellij.openapi.roots
Interface ContentIterator


public interface ContentIterator

Interface which can be used to receive the contents of a project.

See Also:
FileIndex.iterateContent(ContentIterator)

Method Summary
 boolean processFile(VirtualFile fileOrDir)
          Processes the specified file or directory.
 

Method Detail

processFile

boolean processFile(VirtualFile fileOrDir)
Processes the specified file or directory.

Parameters:
fileOrDir - the file or directory to process.
Returns:
false if files processing should be stopped, true if it should be continued.