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() |
getFiles
exportUserData
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMap
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAffectedSourceSets, getAffectedUnloadedModules
exportUserData
getUserData, putUserData
public ProjectCompileScope(Project project)
protected FileIndex[] getFileIndices()
getFileIndices
in class FileIndexCompileScope
public boolean belongs(java.lang.String url)
CompileScope
url
- an VFS url. Note that actual file may not exist on the disk.public Module [] getAffectedModules()
CompileScope