public abstract class ResolveScopeProvider
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<ResolveScopeProvider> |
EP_NAME |
| Constructor and Description |
|---|
ResolveScopeProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract GlobalSearchScope |
getResolveScope(VirtualFile file,
Project project) |
public static final ExtensionPointName<ResolveScopeProvider> EP_NAME
public abstract GlobalSearchScope getResolveScope(VirtualFile file, Project project)
GlobalSearchScope which defines destination scope where to resolve is allowed from given invocationPoint.