|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompileScope
Interface describing the current compilation scope. Only sources that belong to the scope are compiled.
CompilerManager.compile(CompileScope, CompileStatusNotification, boolean)| Method Summary | |
|---|---|
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. |
VirtualFile[] |
getFiles(FileType fileType,
boolean inSourceOnly)
Returns the list of files within the scope. |
| Methods inherited from interface com.intellij.openapi.util.UserDataHolder |
|---|
getUserData, putUserData |
| Method Detail |
|---|
VirtualFile[] getFiles(@Nullable
FileType fileType,
boolean inSourceOnly)
fileType - the type of the files. Null should be passed if all available files are needed.inSourceOnly - if true, files are searched only in directories within the scope that are marked as "sources" or "test sources" in module settings.
Otherwise files are searched in all directories that belong to the scope.
boolean belongs(java.lang.String url)
url - an VFS url. Note that actual file may not exist on the disk.
Module[] getAffectedModules()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||