public interface ModuleFileIndex extends FileIndex
ModuleRootManager.getFileIndex()
Modifier and Type | Method and Description |
---|---|
java.util.List<OrderEntry> |
getOrderEntriesForFile(VirtualFile fileOrDir)
Returns the list of all order entries to which the specified file or directory
belongs.
|
OrderEntry |
getOrderEntryForFile(VirtualFile fileOrDir)
Returns the order entry to which the specified file or directory
belongs.
|
isContentSourceFile, isInContent, isInSourceContent, isInTestSourceContent, isUnderSourceRootOfType, iterateContent, iterateContent, iterateContentUnderDirectory, iterateContentUnderDirectory
OrderEntry getOrderEntryForFile(VirtualFile fileOrDir)
fileOrDir
- the file or directory to check.java.util.List<OrderEntry> getOrderEntriesForFile(VirtualFile fileOrDir)
fileOrDir
- the file or directory to check.