public class CustomScopeItem extends java.lang.Object implements ModelScopeItem
Constructor and Description |
---|
CustomScopeItem(Project project,
PsiElement context) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPreselectedCustomScope() |
Project |
getProject() |
AnalysisScope |
getScope() |
boolean |
getSearchInLibFlag() |
void |
setSearchScopeSupplier(java.util.function.Supplier<? extends SearchScope> supplier) |
public CustomScopeItem(Project project, PsiElement context)
public Project getProject()
public boolean getSearchInLibFlag()
public java.lang.String getPreselectedCustomScope()
public AnalysisScope getScope()
getScope
in interface ModelScopeItem
public void setSearchScopeSupplier(java.util.function.Supplier<? extends SearchScope> supplier)