public interface UnknownSdkResolver
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UnknownSdkResolver.UnknownSdkLookup |
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<UnknownSdkResolver> |
EP_NAME |
| Modifier and Type | Method and Description |
|---|---|
UnknownSdkResolver.UnknownSdkLookup |
createResolver(Project project,
ProgressIndicator indicator)
Creates search context.
|
boolean |
supportsResolution(SdkTypeId sdkTypeId)
Returns
true if the Unknown Sdk features are allowed for the given type,
false otherwise |
static final ExtensionPointName<UnknownSdkResolver> EP_NAME
boolean supportsResolution(SdkTypeId sdkTypeId)
true if the Unknown Sdk features are allowed for the given type,
false otherwiseUnknownSdkResolver.UnknownSdkLookup createResolver(Project project, ProgressIndicator indicator)
null to ignore a given request