public class CompilerContentIterator extends java.lang.Object implements ContentIterator
| Constructor and Description |
|---|
CompilerContentIterator(FileType fileType,
FileIndex fileIndex,
boolean inSourceOnly,
java.util.Collection<? super VirtualFile> files) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
processFile(VirtualFile fileOrDir)
Processes the specified file or directory.
|
public CompilerContentIterator(FileType fileType, FileIndex fileIndex, boolean inSourceOnly, java.util.Collection<? super VirtualFile> files)
public boolean processFile(VirtualFile fileOrDir)
ContentIteratorprocessFile in interface ContentIteratorfileOrDir - the file or directory to process.