public static interface UnknownSdkResolver.UnknownSdkLookup
| Modifier and Type | Method and Description | 
|---|---|
| UnknownSdkDownloadableSdkFix | proposeDownload(UnknownSdk sdk,
               ProgressIndicator indicator)Checks the internet for a possible download to fix the SDK. | 
| UnknownSdkLocalSdkFix | proposeLocalFix(UnknownSdk sdk,
               ProgressIndicator indicator)The implementation should check on a local machine (both in existing SDKs and on the disk)
 for a possible matching SDK | 
UnknownSdkLocalSdkFix proposeLocalFix(UnknownSdk sdk, ProgressIndicator indicator)
null if there is no fix foundUnknownSdkDownloadableSdkFix proposeDownload(UnknownSdk sdk, ProgressIndicator indicator)
SdkDownloadTracker,
 or null if there is no fix found