|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleFileIndex
Provides information about files contained in a module.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.intellij.openapi.roots.FileIndex |
|---|
getDirectoriesByPackageName, isContentJavaSourceFile, isInContent, isInSourceContent, isInTestSourceContent, iterateContent, iterateContentUnderDirectory |
| Method Detail |
|---|
@Nullable OrderEntry getOrderEntryForFile(VirtualFile fileOrDir)
fileOrDir - the file or drirectory to check.
@NotNull OrderEntry[] getOrderEntriesForFile(VirtualFile fileOrDir)
fileOrDir - the file or drirectory to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||