public interface IndexableFilesProvider
[ModuleIndexableFilesProvider],
[LibraryIndexableFilesProvider]| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIndexingProgressText()
Presentable text shown in progress indicator during indexing of files of this provider.
|
java.lang.String |
getRootsScanningProgressText()
Presentable text shown in progress indicator during traversing of files of this provider.
|
boolean |
iterateFiles(Project project,
ContentIterator fileIterator,
ConcurrentBitSet visitedFileSet)
Iterates through all files and directories corresponding to this provider.
|
java.lang.String getIndexingProgressText()
java.lang.String getRootsScanningProgressText()
boolean iterateFiles(Project project, ContentIterator fileIterator, ConcurrentBitSet visitedFileSet)