public class ProjectCompileScope extends FileIndexCompileScope
EMPTY_ARRAY| Constructor and Description |
|---|
ProjectCompileScope(Project project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
belongs(java.lang.String url)
Checks if the file with the specified URL belongs to the scope.
|
Module [] |
getAffectedModules()
Returns the list of modules files in which belong to the scope.
|
protected FileIndex[] |
getFileIndices() |
getFilesexportUserDatachangeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMapequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAffectedSourceSets, getAffectedUnloadedModulesexportUserDatagetUserData, putUserDatapublic ProjectCompileScope(Project project)
protected FileIndex[] getFileIndices()
getFileIndices in class FileIndexCompileScopepublic boolean belongs(java.lang.String url)
CompileScopeurl - an VFS url. Note that actual file may not exist on the disk.public Module [] getAffectedModules()
CompileScope