@FunctionalInterface
public interface ContentIterator
Modifier and Type | Method and Description |
---|---|
boolean |
processFile(VirtualFile fileOrDir)
Processes the specified file or directory.
|
boolean processFile(VirtualFile fileOrDir)
fileOrDir
- the file or directory to process.